diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-09-28 05:06:54 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-09-28 05:06:54 +0400 |
commit | 4d6660816a9d824f5b30cef47fe2ce96c67430fc (patch) | |
tree | 3cab0d807f7e9fd17d4d3ea4df9134487706274a | |
parent | 6eb8e9e658484c018e3ca63678538de9d969893d (diff) |
Update dependencies
-rw-r--r-- | krpc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ source-repository this | |||
35 | type: git | 35 | type: git |
36 | location: git://github.com/cobit/krpc.git | 36 | location: git://github.com/cobit/krpc.git |
37 | branch: master | 37 | branch: master |
38 | tag: v0.2.1.0 | 38 | tag: v0.2.0.0 |
39 | 39 | ||
40 | library | 40 | library |
41 | default-language: Haskell2010 | 41 | default-language: Haskell2010 |
@@ -53,7 +53,7 @@ library | |||
53 | 53 | ||
54 | , bytestring >= 0.10 | 54 | , bytestring >= 0.10 |
55 | , containers >= 0.4 | 55 | , containers >= 0.4 |
56 | , bencoding >= 0.2 | 56 | , bencoding == 0.2.2.* |
57 | 57 | ||
58 | , network >= 2.3 | 58 | , network >= 2.3 |
59 | ghc-options: -Wall | 59 | ghc-options: -Wall |