aboutsummaryrefslogtreecommitdiffhomepage
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.nix b/default.nix
index a392583..bcaf974 100644
--- a/default.nix
+++ b/default.nix
@@ -4,13 +4,13 @@
4}: 4}:
5mkDerivation { 5mkDerivation {
6 pname = "hmacaroons"; 6 pname = "hmacaroons";
7 version = "0.4.0.0"; 7 version = "0.5.0.0";
8 src = ./.; 8 src = ./.;
9 buildDepends = [ 9 libraryHaskellDepends = [
10 attoparsec base base64-bytestring byteable bytestring cereal 10 attoparsec base base64-bytestring byteable bytestring cereal
11 cryptohash deepseq either hex transformers 11 cryptohash deepseq either hex transformers
12 ]; 12 ];
13 testDepends = [ 13 testHaskellDepends = [
14 attoparsec base base64-bytestring byteable bytestring cereal 14 attoparsec base base64-bytestring byteable bytestring cereal
15 cryptohash deepseq either hex QuickCheck tasty tasty-hunit 15 cryptohash deepseq either hex QuickCheck tasty tasty-hunit
16 tasty-quickcheck transformers 16 tasty-quickcheck transformers