diff options
-rw-r--r-- | network-bittorrent.cabal | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal index 01dbdb25..339dc376 100644 --- a/network-bittorrent.cabal +++ b/network-bittorrent.cabal | |||
@@ -73,9 +73,8 @@ library | |||
73 | , krpc | 73 | , krpc |
74 | 74 | ||
75 | , cryptohash | 75 | , cryptohash |
76 | , filepath == 1.* | 76 | , filepath >= 1 |
77 | , bits-atomic == 0.1.* | 77 | , bits-atomic >= 0.1 |
78 | |||
79 | 78 | ||
80 | extensions: PatternGuards | 79 | extensions: PatternGuards |
81 | hs-source-dirs: src | 80 | hs-source-dirs: src |
@@ -91,7 +90,7 @@ test-suite info-hash | |||
91 | , bytestring >= 0.10.2.0 | 90 | , bytestring >= 0.10.2.0 |
92 | , containers >= 0.4.2.1 | 91 | , containers >= 0.4.2.1 |
93 | , bencoding >= 0.1.0.0 | 92 | , bencoding >= 0.1.0.0 |
94 | , network-bittorrent >= 0.1.0.0 | 93 | , network-bittorrent |
95 | , Diff | 94 | , Diff |
96 | 95 | ||
97 | ghc-options: -Wall | 96 | ghc-options: -Wall |
@@ -108,11 +107,13 @@ test-suite properties | |||
108 | build-depends: base == 4.* | 107 | build-depends: base == 4.* |
109 | , bytestring >= 0.10.2 | 108 | , bytestring >= 0.10.2 |
110 | , cereal >= 0.3.5.2 | 109 | , cereal >= 0.3.5.2 |
110 | , network >= 2.4.0.13 | ||
111 | |||
111 | , test-framework | 112 | , test-framework |
112 | , test-framework-quickcheck2 | 113 | , test-framework-quickcheck2 |
113 | , QuickCheck | 114 | , QuickCheck |
114 | , network >= 2.4.0.13 | 115 | |
115 | , network-bittorrent >= 0.1.0.0 | 116 | , network-bittorrent |
116 | 117 | ||
117 | ghc-options: -Wall -fno-warn-orphans | 118 | ghc-options: -Wall -fno-warn-orphans |
118 | 119 | ||
@@ -125,9 +126,11 @@ benchmark benchmarks | |||
125 | 126 | ||
126 | build-depends: base == 4.* | 127 | build-depends: base == 4.* |
127 | , bytestring >= 0.10.2.0 | 128 | , bytestring >= 0.10.2.0 |
128 | , criterion | ||
129 | , cereal | 129 | , cereal |
130 | , network-bittorrent >= 0.1.0.0 | 130 | |
131 | , criterion | ||
131 | , deepseq | 132 | , deepseq |
132 | 133 | ||
134 | , network-bittorrent | ||
135 | |||
133 | ghc-options: -O2 -Wall -fno-warn-orphans | 136 | ghc-options: -O2 -Wall -fno-warn-orphans |