about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2014-06-16 20:12:05 +0800
committerSimon Hengel <sol@typeful.net>2014-06-16 20:12:05 +0800
commit78c0b2fca67989ee51cbd659584c2dfc5ac1afc8 (patch)
treedcdf2ac9f95ca6cb6aa6ef5fd9404a9084937e13 /pkgs
parent5434317aac50b623b7156f6113b611a7f05f8b05 (diff)
downloadnixlib-78c0b2fca67989ee51cbd659584c2dfc5ac1afc8.tar
nixlib-78c0b2fca67989ee51cbd659584c2dfc5ac1afc8.tar.gz
nixlib-78c0b2fca67989ee51cbd659584c2dfc5ac1afc8.tar.bz2
nixlib-78c0b2fca67989ee51cbd659584c2dfc5ac1afc8.tar.lz
nixlib-78c0b2fca67989ee51cbd659584c2dfc5ac1afc8.tar.xz
nixlib-78c0b2fca67989ee51cbd659584c2dfc5ac1afc8.tar.zst
nixlib-78c0b2fca67989ee51cbd659584c2dfc5ac1afc8.zip
Update haskell-aeson-qq to version 0.7.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/aeson-qq/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/aeson-qq/default.nix b/pkgs/development/libraries/haskell/aeson-qq/default.nix
index 36cb42d0b7fc..04156f656b6d 100644
--- a/pkgs/development/libraries/haskell/aeson-qq/default.nix
+++ b/pkgs/development/libraries/haskell/aeson-qq/default.nix
@@ -2,10 +2,10 @@
 
 cabal.mkDerivation (self: {
   pname = "aeson-qq";
-  version = "0.7.1";
-  sha256 = "1b2ham1h6mlm49ax9k2agf8yymbgkk094nq2apn703i2d9v00im6";
+  version = "0.7.2";
+  sha256 = "1h4agwl8kr6qpy4775pxmaizhlzbwjqb23pxn2vvz9wbm2vnixwk";
   buildDepends = [ aeson haskellSrcMeta parsec text vector ];
-  testDepends = [ aeson hspec ];
+  testDepends = [ aeson haskellSrcMeta hspec parsec text vector ];
   meta = {
     homepage = "http://github.com/zalora/aeson-qq";
     description = "JSON quasiquoter for Haskell";