summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-04-25 19:43:02 +0200
committerPeter Simons <simons@cryp.to>2020-04-25 19:45:08 +0200
commit6a627c416fe663ac16064f7a155afba9522910e4 (patch)
treed02a80a31510b3c8fdd9132f03b55121059433d2
parent4bff4d692d93d0c4430c592bb188c341e4e98ee9 (diff)
downloadnixpkgs-6a627c416fe663ac16064f7a155afba9522910e4.tar
nixpkgs-6a627c416fe663ac16064f7a155afba9522910e4.tar.gz
nixpkgs-6a627c416fe663ac16064f7a155afba9522910e4.tar.bz2
nixpkgs-6a627c416fe663ac16064f7a155afba9522910e4.tar.lz
nixpkgs-6a627c416fe663ac16064f7a155afba9522910e4.tar.xz
nixpkgs-6a627c416fe663ac16064f7a155afba9522910e4.tar.zst
nixpkgs-6a627c416fe663ac16064f7a155afba9522910e4.zip
haskell-policeman: jailbreak to fix the build with ghc-8.10.1
-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 a019593161c..f0d88415616 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -86,6 +86,7 @@ self: super: {
   cborg = doJailbreak super.cborg;
   cborg-json = doJailbreak super.cborg-json;
   exact-pi = doJailbreak super.exact-pi;
+  policeman = doJailbreak super.policeman;
   relude = dontCheck (doJailbreak super.relude);
   serialise = doJailbreak super.serialise;
   setlocale = doJailbreak super.setlocale;