]> git.immae.eu Git - github/fretlink/hmacaroons.git/blobdiff - default.nix
Dedicated VerifierResult
[github/fretlink/hmacaroons.git] / default.nix
index a3925831c6f38300644e9d689c3deda21aac5ec6..bcaf9748377fab00235c86ec3d59d9fb28268b6a 100644 (file)
@@ -4,13 +4,13 @@
 }:
 mkDerivation {
   pname = "hmacaroons";
-  version = "0.4.0.0";
+  version = "0.5.0.0";
   src = ./.;
-  buildDepends = [
+  libraryHaskellDepends = [
     attoparsec base base64-bytestring byteable bytestring cereal
     cryptohash deepseq either hex transformers
   ];
-  testDepends = [
+  testHaskellDepends = [
     attoparsec base base64-bytestring byteable bytestring cereal
     cryptohash deepseq either hex QuickCheck tasty tasty-hunit
     tasty-quickcheck transformers