diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-11-04 10:56:34 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-11-04 11:03:18 +0300 |
commit | 9b1d6a1258c7abc6680279df8da1f27274cec623 (patch) | |
tree | dbc7dc8bef5d0ad5ae717a091a13aa4acedbabea | |
parent | b2e9ea5722f612e2147e13ead8e0897413836131 (diff) | |
download | zerobin-9b1d6a1258c7abc6680279df8da1f27274cec623.tar.gz |
Version 1.1.11.1.1
-rw-r--r-- | zerobin.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zerobin.cabal b/zerobin.cabal index 1d1173e..405b581 100644 --- a/zerobin.cabal +++ b/zerobin.cabal @@ -1,5 +1,5 @@ name: zerobin -version: 1.1.0 +version: 1.1.1 synopsis: Post to 0bin services description: Post encrypted content to 0bin sites like http://0bin.net or https://paste.ec @@ -32,7 +32,7 @@ library hs-source-dirs: src build-depends: aeson >= 0.10, - base >= 4.7, + base >= 4.7 && < 5, base64-bytestring >= 1.0, bytestring >= 0.10.6.0, cryptonite >= 0.8, @@ -50,7 +50,7 @@ executable zerobin main-is: Main.hs if flag(cli) build-depends: - base >= 4.7, + base >= 4.7 && < 5, bytestring >= 0.10.6.0, docopt >= 0.7.0.4, zerobin, @@ -66,7 +66,7 @@ executable zerobin-nodejs if flag(nodejs) build-depends: aeson >= 0.10, - base >= 4.7, + base >= 4.7 && < 5, bytestring >= 0.10.6.0, zerobin, process >= 1.3.0.0 |