about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 11:06:52 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commit156e0b07887baf9ecd26921300dc73cebfc08d5a (patch)
tree055392c28cbec0b9b2d972635b20b78b9ba4a485 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parentf96a244034842ea8ec7b3d89bc91e0ecbd46bf1a (diff)
downloadnixlib-156e0b07887baf9ecd26921300dc73cebfc08d5a.tar
nixlib-156e0b07887baf9ecd26921300dc73cebfc08d5a.tar.gz
nixlib-156e0b07887baf9ecd26921300dc73cebfc08d5a.tar.bz2
nixlib-156e0b07887baf9ecd26921300dc73cebfc08d5a.tar.lz
nixlib-156e0b07887baf9ecd26921300dc73cebfc08d5a.tar.xz
nixlib-156e0b07887baf9ecd26921300dc73cebfc08d5a.tar.zst
nixlib-156e0b07887baf9ecd26921300dc73cebfc08d5a.zip
haskell-lucid: jailbreak to fix build with ghc-8.6.1
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix1
1 files changed, 1 insertions, 0 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 c51c076fdc72..36f5534dc2aa 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -79,6 +79,7 @@ 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"