diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index c9ff7108..bc062921 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -98,7 +98,7 @@ library | |||
98 | , bits-extras >= 0.1.2 | 98 | , bits-extras >= 0.1.2 |
99 | , convertible >= 1.0 | 99 | , convertible >= 1.0 |
100 | , pretty >= 1.1 | 100 | , pretty >= 1.1 |
101 | , pretty-class >= 0.1 | 101 | , prettyclass >= 1.0 |
102 | 102 | ||
103 | -- Control | 103 | -- Control |
104 | , deepseq >= 1.3 | 104 | , deepseq >= 1.3 |
@@ -158,7 +158,7 @@ library | |||
158 | , http-types >= 0.8 | 158 | , http-types >= 0.8 |
159 | , http-client >= 0.2 | 159 | , http-client >= 0.2 |
160 | , http-conduit >= 2.0 | 160 | , http-conduit >= 2.0 |
161 | , iproute >= 1.2.12 | 161 | , iproute >= 1.2.11 |
162 | 162 | ||
163 | -- RNG/PRNG | 163 | -- RNG/PRNG |
164 | , entropy >= 0.2 | 164 | , entropy >= 0.2 |
@@ -285,7 +285,7 @@ executable mktorrent | |||
285 | build-depends: base == 4.* | 285 | build-depends: base == 4.* |
286 | , bytestring | 286 | , bytestring |
287 | , text | 287 | , text |
288 | , pretty-class | 288 | , prettyclass |
289 | 289 | ||
290 | , mtl | 290 | , mtl |
291 | , conduit | 291 | , conduit |
@@ -311,6 +311,6 @@ executable client | |||
311 | build-depends: base == 4.* | 311 | build-depends: base == 4.* |
312 | , bittorrent | 312 | , bittorrent |
313 | , mtl | 313 | , mtl |
314 | , pretty-class | 314 | , prettyclass |
315 | , data-default | 315 | , data-default |
316 | , optparse-applicative \ No newline at end of file | 316 | , optparse-applicative |