]> git.immae.eu Git - github/fretlink/hmacaroons.git/blobdiff - hmacaroons.cabal
Add maintenance status badge
[github/fretlink/hmacaroons.git] / hmacaroons.cabal
index 85958b95cdd311754af4be5f401023208e163f43..81a9c33eb7b58d395e9b0f8b432120ec9f773a29 100644 (file)
@@ -1,5 +1,5 @@
 name:                hmacaroons
-version:             0.4.0.0
+version:             0.5.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
@@ -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,