summaryrefslogtreecommitdiff
path: root/network-bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r--network-bittorrent.cabal7
1 files changed, 5 insertions, 2 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal
index 6a14b3e9..6d00410a 100644
--- a/network-bittorrent.cabal
+++ b/network-bittorrent.cabal
@@ -49,6 +49,7 @@ library
49 , stm >= 2.4 49 , stm >= 2.4
50 50
51 -- Data packages 51 -- Data packages
52 , array >= 0.4
52 , bytestring >= 0.10.2 53 , bytestring >= 0.10.2
53 , containers >= 0.4 54 , containers >= 0.4
54 , text >= 0.11.0 55 , text >= 0.11.0
@@ -91,9 +92,11 @@ test-suite info-hash
91 92
92 93
93 94
94test-suite encoding 95test-suite properties
95 type: exitcode-stdio-1.0 96 type: exitcode-stdio-1.0
96 main-is: encoding.hs 97 main-is: Main.hs
98 other-modules: Encoding
99
97 hs-source-dirs: tests 100 hs-source-dirs: tests
98 101
99 build-depends: base == 4.* 102 build-depends: base == 4.*