summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-22 21:09:12 +0100
committerPeter Simons <simons@cryp.to>2018-03-22 21:14:25 +0100
commite718df678de341a37ef503ae10fb34c62bedfe0a (patch)
tree108a134e4de84732f8c75f88528cf6aa828a0487 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parenteb5470913fd66a62f3f0afbab86fe1c07a1dc850 (diff)
downloadnixpkgs-e718df678de341a37ef503ae10fb34c62bedfe0a.tar
nixpkgs-e718df678de341a37ef503ae10fb34c62bedfe0a.tar.gz
nixpkgs-e718df678de341a37ef503ae10fb34c62bedfe0a.tar.bz2
nixpkgs-e718df678de341a37ef503ae10fb34c62bedfe0a.tar.lz
nixpkgs-e718df678de341a37ef503ae10fb34c62bedfe0a.tar.xz
nixpkgs-e718df678de341a37ef503ae10fb34c62bedfe0a.tar.zst
nixpkgs-e718df678de341a37ef503ae10fb34c62bedfe0a.zip
haskell-xmonad-contrib: patch to fix build with ghc 8.4.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index b9fd2d9371a..d953236784e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -674,4 +674,7 @@ self: super: {
       sha256 = "1mj3k0w8aqyy71kmc71vzhgxmr4h6i5b3sykwflzays50grjm5jp";
     })) self.semigroups;
 
+  # https://github.com/xmonad/xmonad-contrib/issues/235
+  xmonad-contrib = doJailbreak (appendPatch super.xmonad-contrib ./patches/xmonad-contrib-ghc-8.4.1-fix.patch);
+
 }