about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-04-25 19:04:22 +0200
committerPeter Simons <simons@cryp.to>2020-04-25 19:45:08 +0200
commitd28e92d5aa934cd78f41916711c891ba505bccc2 (patch)
treebc9a8ebb3c3075f40437f9787ef46f8349f60914 /pkgs/development/haskell-modules
parent53865f5f713ee112a9a9ffcfb23c8b14001c84ce (diff)
downloadnixlib-d28e92d5aa934cd78f41916711c891ba505bccc2.tar
nixlib-d28e92d5aa934cd78f41916711c891ba505bccc2.tar.gz
nixlib-d28e92d5aa934cd78f41916711c891ba505bccc2.tar.bz2
nixlib-d28e92d5aa934cd78f41916711c891ba505bccc2.tar.lz
nixlib-d28e92d5aa934cd78f41916711c891ba505bccc2.tar.xz
nixlib-d28e92d5aa934cd78f41916711c891ba505bccc2.tar.zst
nixlib-d28e92d5aa934cd78f41916711c891ba505bccc2.zip
haskell-weeder: jailbreak to fix the build with ghc-8.10.1
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
index 942176f8d8f2..a9387ec3be6d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -89,6 +89,7 @@ self: super: {
   serialise = doJailbreak super.serialise;
   setlocale = doJailbreak super.setlocale;
   shellmet = doJailbreak super.shellmet;
+  weeder = doJailbreak super.weeder;    # https://github.com/ocharles/weeder/issues/15
 
   # The shipped Setup.hs file is broken.
   csv = overrideCabal super.csv (drv: { preCompileBuildDriver = "rm Setup.hs"; });