diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-02 16:31:35 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-02 16:31:35 +0400 |
commit | f7287acc23ab5af8f9688c5adbbec392833b1134 (patch) | |
tree | c9b5e8fa0af21ee3fa3a2e23714cc2082c95da3a | |
parent | cc1f6959280431a3554e0c0f01960b7b67826c65 (diff) |
Restrict dependencies
-rw-r--r-- | bittorrent.cabal | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index c5a8a476..3cdda082 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -78,15 +78,15 @@ library | |||
78 | other-modules: Paths_bittorrent | 78 | other-modules: Paths_bittorrent |
79 | 79 | ||
80 | build-depends: base == 4.* | 80 | build-depends: base == 4.* |
81 | , bits-extras | 81 | , bits-extras >= 0.1.2 |
82 | , convertible | 82 | , convertible >= 1.0 |
83 | , pretty | 83 | , pretty >= 1.1 |
84 | , pretty-class | 84 | , pretty-class >= 0.1 |
85 | 85 | ||
86 | -- Control | 86 | -- Control |
87 | , deepseq | 87 | , deepseq >= 1.3 |
88 | , lens | 88 | , lens >= 3.0 |
89 | , resourcet | 89 | , resourcet >= 0.4 |
90 | -- , transformers | 90 | -- , transformers |
91 | 91 | ||
92 | -- Concurrency | 92 | -- Concurrency |
@@ -100,44 +100,44 @@ library | |||
100 | , cereal-conduit >= 0.5 | 100 | , cereal-conduit >= 0.5 |
101 | 101 | ||
102 | -- Data & Data structures | 102 | -- Data & Data structures |
103 | , bytestring >= 0.10.0.0 | 103 | , bytestring >= 0.10 |
104 | , containers >= 0.4 | 104 | , containers >= 0.5 |
105 | , data-default | 105 | , data-default >= 0.4 |
106 | , IntervalMap | 106 | , IntervalMap >= 0.3 |
107 | , intset | 107 | , intset >= 0.1 |
108 | , split | 108 | , split >= 0.2 |
109 | , text >= 0.11.0 | 109 | , text >= 0.11.0 |
110 | , unordered-containers | 110 | -- , unordered-containers |
111 | , vector | 111 | , vector >= 0.10 |
112 | 112 | ||
113 | -- Hashing | 113 | -- Hashing |
114 | , cryptohash == 0.10.* | 114 | , cryptohash == 0.10.* |
115 | , hashable >= 1.2 | 115 | , hashable >= 1.2 |
116 | 116 | ||
117 | -- Codecs & Serialization | 117 | -- Codecs & Serialization |
118 | , aeson >= 0.6.2.0 | 118 | , aeson >= 0.6.2.0 |
119 | , base16-bytestring | 119 | , base16-bytestring >= 0.1 |
120 | , base32-bytestring >= 0.2 | 120 | , base32-bytestring >= 0.2 |
121 | , base64-bytestring | 121 | , base64-bytestring >= 1.0 |
122 | , bencoding >= 0.4 | 122 | , bencoding >= 0.4 |
123 | , cereal >= 0.3 | 123 | , cereal >= 0.3.5 |
124 | 124 | ||
125 | -- Time | 125 | -- Time |
126 | , old-locale >= 1.0 | 126 | , old-locale >= 1.0 |
127 | , time >= 0.1 | 127 | , time >= 1.0 |
128 | 128 | ||
129 | -- Network | 129 | -- Network |
130 | , network >= 2.4 | 130 | , network >= 2.4 |
131 | , http-types >= 0.7 | 131 | -- , krpc >= 0.4 |
132 | , http-conduit | 132 | , http-types >= 0.8 |
133 | , wai | 133 | , http-conduit >= 1.9 |
134 | -- , krpc | 134 | , wai >= 1.4 |
135 | 135 | ||
136 | -- System | 136 | -- System |
137 | , directory >= 1 | 137 | , directory >= 1.2 |
138 | , entropy | 138 | , entropy >= 0.2 |
139 | , filepath >= 1 | 139 | , filepath >= 1.3 |
140 | -- , mmap | 140 | -- , mmap >= 0.5 |
141 | 141 | ||
142 | ghc-options: -Wall | 142 | ghc-options: -Wall |
143 | ghc-prof-options: | 143 | ghc-prof-options: |