diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-09-28 07:38:03 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-09-28 07:38:03 +0400 |
commit | a2a6f703d679340e5abcdd12e5f88f8afd3204d6 (patch) | |
tree | 985a7a0aab262345dc0a79b06a7010dc857f3fbf /krpc.cabal | |
parent | e8689169dd60392981436d85a1dd81168846c8f5 (diff) |
Use newer bencodable package
Diffstat (limited to 'krpc.cabal')
-rw-r--r-- | krpc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ library | |||
49 | 49 | ||
50 | , bytestring >= 0.10 | 50 | , bytestring >= 0.10 |
51 | , containers >= 0.4 | 51 | , containers >= 0.4 |
52 | , bencoding == 0.2.2.* | 52 | , bencoding == 0.3.* |
53 | 53 | ||
54 | , network >= 2.3 | 54 | , network >= 2.3 |
55 | ghc-options: -Wall | 55 | ghc-options: -Wall |