diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-18 20:57:19 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-18 20:57:19 +0400 |
commit | 85d7938c99a0a919fc55646486d411a70441cf19 (patch) | |
tree | 725cbac31aa5e573e3c7ded3322af3c807e4deeb | |
parent | fef9f070b755f57746e43507e5d51e6d900b9027 (diff) |
~ Fix dependencies.
-rw-r--r-- | network-bittorrent.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal index 7c2d9ae5..af1b85c3 100644 --- a/network-bittorrent.cabal +++ b/network-bittorrent.cabal | |||
@@ -39,6 +39,7 @@ library | |||
39 | 39 | ||
40 | -- Data packages | 40 | -- Data packages |
41 | , bytestring >= 0.10.2.0 | 41 | , bytestring >= 0.10.2.0 |
42 | , containers >= 0.4 | ||
42 | , text >= 0.11.0.0 | 43 | , text >= 0.11.0.0 |
43 | 44 | ||
44 | -- encoding/serializations packages | 45 | -- encoding/serializations packages |