summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal4
1 files changed, 0 insertions, 4 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 223584fc..da69e48d 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -114,10 +114,7 @@ test-suite info-hash
114test-suite properties 114test-suite properties
115 type: exitcode-stdio-1.0 115 type: exitcode-stdio-1.0
116 main-is: Main.hs 116 main-is: Main.hs
117 other-modules: Encoding
118
119 hs-source-dirs: tests 117 hs-source-dirs: tests
120
121 build-depends: base == 4.* 118 build-depends: base == 4.*
122 , bytestring >= 0.10.2 119 , bytestring >= 0.10.2
123 , cereal >= 0.3.5.2 120 , cereal >= 0.3.5.2
@@ -130,7 +127,6 @@ test-suite properties
130 127
131 , bencoding 128 , bencoding
132 , bittorrent 129 , bittorrent
133 , intset
134 130
135 ghc-options: -Wall -fno-warn-orphans 131 ghc-options: -Wall -fno-warn-orphans
136 132