about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-12-20 12:25:06 +0100
committerPeter Simons <simons@cryp.to>2017-12-20 20:59:18 +0100
commite4bb2a784d2c384eaad9747d925c21b3ac2317e3 (patch)
tree379ecae4bf6e7ffa4a320cba82f853d8b0d08f1c /pkgs
parente058744dd4a35824e9adbb6ccaf5afb6579760a9 (diff)
downloadnixlib-e4bb2a784d2c384eaad9747d925c21b3ac2317e3.tar
nixlib-e4bb2a784d2c384eaad9747d925c21b3ac2317e3.tar.gz
nixlib-e4bb2a784d2c384eaad9747d925c21b3ac2317e3.tar.bz2
nixlib-e4bb2a784d2c384eaad9747d925c21b3ac2317e3.tar.lz
nixlib-e4bb2a784d2c384eaad9747d925c21b3ac2317e3.tar.xz
nixlib-e4bb2a784d2c384eaad9747d925c21b3ac2317e3.tar.zst
nixlib-e4bb2a784d2c384eaad9747d925c21b3ac2317e3.zip
liquidhaskell: drop obsolete override
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index b2d0f6636992..3c35d989b59e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -874,9 +874,6 @@ self: super: {
   # https://github.com/danidiaz/tailfile-hinotify/issues/2
   tailfile-hinotify = dontCheck super.tailfile-hinotify;
 
-  # build liquidhaskell with the proper (new) aeson version
-  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.
   hastache = overrideCabal super.hastache (drv: {