diff options
-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 |