summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhav.sagar@obsidian.systems>2019-08-29 14:01:37 -0400
committerPeter Simons <simons@cryp.to>2019-09-03 09:23:28 +0200
commit25ac083d251a0ab1150705ebcd627ae1b16b0345 (patch)
tree32bb8ab14707bd708039024cf49b9884471ed2fb /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parentc5c538942d10f05a376531a92ac14d4d130671ee (diff)
downloadnixpkgs-25ac083d251a0ab1150705ebcd627ae1b16b0345.tar
nixpkgs-25ac083d251a0ab1150705ebcd627ae1b16b0345.tar.gz
nixpkgs-25ac083d251a0ab1150705ebcd627ae1b16b0345.tar.bz2
nixpkgs-25ac083d251a0ab1150705ebcd627ae1b16b0345.tar.lz
nixpkgs-25ac083d251a0ab1150705ebcd627ae1b16b0345.tar.xz
nixpkgs-25ac083d251a0ab1150705ebcd627ae1b16b0345.tar.zst
nixpkgs-25ac083d251a0ab1150705ebcd627ae1b16b0345.zip
haskell.packages.ghc881.foundation: fix build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 9fc1cdf39f6..a6706c39ef8 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -157,4 +157,5 @@ self: super: {
     url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/polyparse-1.12.1.patch";
     sha256 = "01b2gnsq0x4fd9na8zpk6pajym55mbz64hgzawlwxdw0y6681kr5";
   });
+  foundation = dontCheck super.foundation;
 }