diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-18 20:11:47 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-18 20:11:47 +0400 |
commit | 2d4056b254085b9a10155c94ba522de5b62d23e5 (patch) | |
tree | 56ef58c5f27003cb2c6d680b2cf2680720d27df6 /network-bittorrent.cabal | |
parent | f87c00a638b87599f09f87c6da8911157c595705 (diff) |
~ Relax dependencies.
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r-- | network-bittorrent.cabal | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal index 8a8234b9..7c2d9ae5 100644 --- a/network-bittorrent.cabal +++ b/network-bittorrent.cabal | |||
@@ -34,25 +34,25 @@ library | |||
34 | other-modules: | 34 | other-modules: |
35 | 35 | ||
36 | 36 | ||
37 | build-depends: base == 4.5.* | 37 | build-depends: |
38 | base == 4.* | ||
38 | 39 | ||
39 | -- Data packages | 40 | -- Data packages |
40 | , bytestring >= 0.10.2.0 | 41 | , bytestring >= 0.10.2.0 |
41 | , containers >= 0.4.2.1 | 42 | , text >= 0.11.0.0 |
42 | , text >= 0.11.2.3 | ||
43 | 43 | ||
44 | -- encoding/serializations packages | 44 | -- encoding/serializations packages |
45 | , bencoding >= 0.1.0.0 | 45 | , bencoding >= 0.1 |
46 | , cereal >= 0.3.5.2 | 46 | , cereal >= 0.3 |
47 | , urlencoded >= 0.4.0 | 47 | , urlencoded >= 0.4 |
48 | 48 | ||
49 | -- time packages | 49 | -- time packages |
50 | , time >= 0.1.0.0 | 50 | , time >= 0.1 |
51 | , old-locale >= 1.0.0.0 | 51 | , old-locale >= 1.0 |
52 | 52 | ||
53 | -- network related packages | 53 | -- network related packages |
54 | , network >= 2.4.1.2 | 54 | , network >= 2.4 |
55 | , HTTP >= 4000.2.8 | 55 | , HTTP >= 4000.2 |
56 | , cryptohash | 56 | , cryptohash |
57 | 57 | ||
58 | 58 | ||
@@ -66,7 +66,7 @@ test-suite info-hash | |||
66 | main-is: info-hash.hs | 66 | main-is: info-hash.hs |
67 | hs-source-dirs: tests | 67 | hs-source-dirs: tests |
68 | 68 | ||
69 | build-depends: base == 4.5.* | 69 | build-depends: base == 4.* |
70 | , bytestring >= 0.10.2.0 | 70 | , bytestring >= 0.10.2.0 |
71 | , containers >= 0.4.2.1 | 71 | , containers >= 0.4.2.1 |
72 | , bencoding >= 0.1.0.0 | 72 | , bencoding >= 0.1.0.0 |
@@ -82,8 +82,8 @@ test-suite encoding | |||
82 | main-is: encoding.hs | 82 | main-is: encoding.hs |
83 | hs-source-dirs: tests | 83 | hs-source-dirs: tests |
84 | 84 | ||
85 | build-depends: base == 4.5.* | 85 | build-depends: base == 4.* |
86 | , bytestring >= 0.10.2.0 | 86 | , bytestring >= 0.10.2 |
87 | , cereal >= 0.3.5.2 | 87 | , cereal >= 0.3.5.2 |
88 | , test-framework | 88 | , test-framework |
89 | , test-framework-quickcheck2 | 89 | , test-framework-quickcheck2 |
@@ -100,7 +100,7 @@ benchmark serialization | |||
100 | main-is: serialization.hs | 100 | main-is: serialization.hs |
101 | hs-source-dirs: bench | 101 | hs-source-dirs: bench |
102 | 102 | ||
103 | build-depends: base == 4.5.* | 103 | build-depends: base == 4.* |
104 | , bytestring >= 0.10.2.0 | 104 | , bytestring >= 0.10.2.0 |
105 | , criterion | 105 | , criterion |
106 | , cereal | 106 | , cereal |