diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-29 19:14:18 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-29 19:14:18 +0400 |
commit | 7316796fbcbbdc3b13638f36b7c6b762416c4fad (patch) | |
tree | af52d3a213dfc5a26cd847124ad185c7b0d791e0 | |
parent | 5b14ca60c27fc00d550e35f8008fcd13400381d5 (diff) |
Comment orphan dependencies
-rw-r--r-- | bittorrent.cabal | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 46be6600..51257ae9 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -84,14 +84,14 @@ library | |||
84 | -- Control | 84 | -- Control |
85 | , deepseq | 85 | , deepseq |
86 | , lens | 86 | , lens |
87 | , mtl | 87 | -- , mtl |
88 | , resourcet | 88 | -- , resourcet |
89 | , transformers | 89 | -- , transformers |
90 | 90 | ||
91 | -- Concurrency | 91 | -- Concurrency |
92 | , SafeSemaphore | 92 | -- , SafeSemaphore |
93 | , BoundedChan >= 1.0.1.0 | 93 | -- , BoundedChan >= 1.0.1.0 |
94 | , stm >= 2.4 | 94 | -- , stm >= 2.4 |
95 | 95 | ||
96 | -- Streaming | 96 | -- Streaming |
97 | , conduit >= 1.0 | 97 | , conduit >= 1.0 |
@@ -127,15 +127,14 @@ library | |||
127 | 127 | ||
128 | -- Network | 128 | -- Network |
129 | , network >= 2.4 | 129 | , network >= 2.4 |
130 | , HTTP >= 4000.2 | ||
131 | , http-types >= 0.7 | 130 | , http-types >= 0.7 |
132 | , krpc >= 0.3 | 131 | -- , krpc |
133 | 132 | ||
134 | -- System | 133 | -- System |
135 | , directory >= 1 | 134 | , directory >= 1 |
136 | , entropy | 135 | , entropy |
137 | , filepath >= 1 | 136 | , filepath >= 1 |
138 | , mmap | 137 | -- , mmap |
139 | 138 | ||
140 | ghc-options: -Wall | 139 | ghc-options: -Wall |
141 | ghc-prof-options: | 140 | ghc-prof-options: |