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>2020-02-07 20:55:41 +0100
committerPeter Simons <simons@cryp.to>2020-02-07 20:55:41 +0100
commitabd59264472101ca31a06bfde08a9b5166dc37ab (patch)
tree8e3913ec0088adbca145556d0e84492206a483c9 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parente7dce63d541c6b582e8d2f15de7c603a220374b5 (diff)
downloadnixpkgs-abd59264472101ca31a06bfde08a9b5166dc37ab.tar
nixpkgs-abd59264472101ca31a06bfde08a9b5166dc37ab.tar.gz
nixpkgs-abd59264472101ca31a06bfde08a9b5166dc37ab.tar.bz2
nixpkgs-abd59264472101ca31a06bfde08a9b5166dc37ab.tar.lz
nixpkgs-abd59264472101ca31a06bfde08a9b5166dc37ab.tar.xz
nixpkgs-abd59264472101ca31a06bfde08a9b5166dc37ab.tar.zst
nixpkgs-abd59264472101ca31a06bfde08a9b5166dc37ab.zip
haskell-policeman: don't build this package with ghc-8.6.x
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.nix3
1 files changed, 3 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 e97cb447e53..8d64286402f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -84,4 +84,7 @@ self: super: {
   # cabal2spec needs a recent version of Cabal
   cabal2spec = super.cabal2spec.overrideScope (self: super: { Cabal = self.Cabal_3_0_0_0; });
 
+  # Builds only with ghc-8.8.x and beyond.
+  policeman = markBroken super.policeman;
+
 }