summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-22 14:32:40 +0200
committerPeter Simons <simons@cryp.to>2018-10-25 11:12:38 +0200
commitf1fd7da4067f0ee17e3d19b5a2cb200321c50e86 (patch)
tree87efdd39a75d75800f000f405b011016bdb91c6e /pkgs/development/haskell-modules
parent84b6bf8226df22b6e7c00fa115060871329f2874 (diff)
downloadnixlib-f1fd7da4067f0ee17e3d19b5a2cb200321c50e86.tar
nixlib-f1fd7da4067f0ee17e3d19b5a2cb200321c50e86.tar.gz
nixlib-f1fd7da4067f0ee17e3d19b5a2cb200321c50e86.tar.bz2
nixlib-f1fd7da4067f0ee17e3d19b5a2cb200321c50e86.tar.lz
nixlib-f1fd7da4067f0ee17e3d19b5a2cb200321c50e86.tar.xz
nixlib-f1fd7da4067f0ee17e3d19b5a2cb200321c50e86.tar.zst
nixlib-f1fd7da4067f0ee17e3d19b5a2cb200321c50e86.zip
haskell-lucid: drop obsolete override
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index 63babd8b282a..61f188aeddbc 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -90,7 +90,6 @@ self: super: {
   data-clist = doJailbreak super.data-clist;  # won't cope with QuickCheck 2.12.x
   Diff = dontCheck super.Diff;
   http-api-data = doJailbreak super.http-api-data;
-  lucid = doJailbreak super.lucid;
   persistent-sqlite = dontCheck super.persistent-sqlite;
   psqueues = dontCheck super.psqueues;    # won't cope with QuickCheck 2.12.x
   system-fileio = dontCheck super.system-fileio;  # avoid dependency on broken "patience"