From 9b1d6a1258c7abc6680279df8da1f27274cec623 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 4 Nov 2015 10:56:34 +0300 Subject: Version 1.1.1 --- zerobin.cabal | 8 ++++---- 1 file 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 -- cgit v1.2.3