]> git.immae.eu Git - github/fretlink/hmacaroons.git/blobdiff - default.nix
Change verifier api and split Verifier module
[github/fretlink/hmacaroons.git] / default.nix
index bd725a909815fb556f1ac300afa006770724861b..b1404efc9a30246933a65c36f8f3a1d965500066 100644 (file)
@@ -1,14 +1,14 @@
 { mkDerivation, attoparsec, base, base64-bytestring, byteable
 , bytestring, cereal, cryptohash, deepseq, either, hex, QuickCheck
-, stdenv, tasty, tasty-hunit, tasty-quickcheck
+, stdenv, tasty, tasty-hunit, tasty-quickcheck, transformers
 }:
 mkDerivation {
   pname = "hmacaroons";
-  version = "0.1.0.0";
+  version = "0.2.0.0";
   src = ./.;
   buildDepends = [
     attoparsec base base64-bytestring byteable bytestring cereal
-    cryptohash deepseq either hex
+    cryptohash deepseq either hex transformers
   ];
   testDepends = [
     attoparsec base base64-bytestring byteable bytestring cereal