about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-10-22 17:21:09 +0200
committerPeter Simons <simons@cryp.to>2017-10-23 15:57:34 +0200
commit895b4ef59b53ef39409b02b49c9999bc0d369d97 (patch)
tree950741a20aeca662757f42ad0ccaa72193c8a24e /pkgs
parent25eb5eecb7b124e1ab59fb54e48e12b0b73ab04e (diff)
downloadnixlib-895b4ef59b53ef39409b02b49c9999bc0d369d97.tar
nixlib-895b4ef59b53ef39409b02b49c9999bc0d369d97.tar.gz
nixlib-895b4ef59b53ef39409b02b49c9999bc0d369d97.tar.bz2
nixlib-895b4ef59b53ef39409b02b49c9999bc0d369d97.tar.lz
nixlib-895b4ef59b53ef39409b02b49c9999bc0d369d97.tar.xz
nixlib-895b4ef59b53ef39409b02b49c9999bc0d369d97.tar.zst
nixlib-895b4ef59b53ef39409b02b49c9999bc0d369d97.zip
liquidhaskell: use latest aeson
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 1ea0e208e29b..1aa063447e56 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -892,7 +892,7 @@ self: super: {
   tailfile-hinotify = dontCheck super.tailfile-hinotify;
 
   # build liquidhaskell with the proper (new) aeson version
-  liquidhaskell = super.liquidhaskell.override { aeson = dontCheck self.aeson_1_2_2_0; };
+  liquidhaskell = super.liquidhaskell.override { aeson = dontCheck self.aeson_1_2_3_0; };
 
   # Test suite fails: https://github.com/lymar/hastache/issues/46.
   # Don't install internal mkReadme tool.