summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-07-24 21:58:38 +0200
committerPeter Simons <simons@cryp.to>2020-07-24 21:58:58 +0200
commite8e0ca289c1ad63c80f5a3f7aa7449449ec85335 (patch)
treedf48ba12a823ffe726b784df565c55d97afed75c /pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
parent3b46d9a65e43317f555635cd1d32487748930214 (diff)
downloadnixpkgs-e8e0ca289c1ad63c80f5a3f7aa7449449ec85335.tar
nixpkgs-e8e0ca289c1ad63c80f5a3f7aa7449449ec85335.tar.gz
nixpkgs-e8e0ca289c1ad63c80f5a3f7aa7449449ec85335.tar.bz2
nixpkgs-e8e0ca289c1ad63c80f5a3f7aa7449449ec85335.tar.lz
nixpkgs-e8e0ca289c1ad63c80f5a3f7aa7449449ec85335.tar.xz
nixpkgs-e8e0ca289c1ad63c80f5a3f7aa7449449ec85335.tar.zst
nixpkgs-e8e0ca289c1ad63c80f5a3f7aa7449449ec85335.zip
haskell-shower: jailbreak to fix the build with ghc-8.10.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix')
-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 13eca6ae84c..69f212dad9a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -87,6 +87,7 @@ self: super: {
   serialise = doJailbreak super.serialise;
   setlocale = doJailbreak super.setlocale;
   shellmet = doJailbreak super.shellmet;
+  shower = doJailbreak super.shower;
 
   # The shipped Setup.hs file is broken.
   csv = overrideCabal super.csv (drv: { preCompileBuildDriver = "rm Setup.hs"; });