X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=hmacaroons.cabal;h=3f0bd89eb46eca1aef374b1144d8efbe54ac53f5;hb=15b8a37d5030deaa7625d6c9a62671a8368e5a78;hp=83b2cd75fc5b4c5fe0f7713aaea3febed5a68c06;hpb=246ff8df477f27ab4063bebc1a7750748b6fc512;p=github%2Ffretlink%2Fhmacaroons.git diff --git a/hmacaroons.cabal b/hmacaroons.cabal index 83b2cd7..3f0bd89 100644 --- a/hmacaroons.cabal +++ b/hmacaroons.cabal @@ -1,5 +1,5 @@ name: hmacaroons -version: 0.3.0.0 +version: 0.4.0.0 synopsis: Haskell implementation of macaroons description: Hmacaroons is a pure haskell implementation of macaroons. It aims to @@ -43,6 +43,7 @@ extra-source-files: README.md CONTRIBUTING.md CHANGELOG.md cabal-version: >=1.10 +tested-with: GHC==7.8.4, GHC==7.10.1 source-repository head type: git @@ -58,7 +59,7 @@ library Crypto.Macaroon.Verifier.Internal build-depends: base >=4 && < 5, attoparsec >=0.12, - transformers >= 0.4, + transformers >= 0.3, bytestring >=0.10, base64-bytestring >= 1.0, byteable >= 0.1 && <0.2, @@ -85,6 +86,7 @@ benchmark bench byteable >= 0.1 && <0.2, cereal >= 0.4, cryptohash >=0.11 && <0.12, + transformers >= 0.3, -- cipher-aes >=0.2 && <0.3, either >=4.4, hex >= 0.1, @@ -110,4 +112,4 @@ test-suite test tasty-quickcheck >= 0.8, QuickCheck >= 2.8, deepseq >= 1.1, - transformers >= 0.4 + transformers >= 0.3