about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-08-30 14:21:06 +0200
committersternenseemann <sternenseemann@systemli.org>2022-08-30 14:21:06 +0200
commit8758481cc0dc2717045bb090acf151c6a33c094c (patch)
treef18567d83f24de1944cb36e6d7f46308fe672162 /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent9190f415ad9fab0634e6bd7f6cf72ed0bcdb3b98 (diff)
downloadnixlib-8758481cc0dc2717045bb090acf151c6a33c094c.tar
nixlib-8758481cc0dc2717045bb090acf151c6a33c094c.tar.gz
nixlib-8758481cc0dc2717045bb090acf151c6a33c094c.tar.bz2
nixlib-8758481cc0dc2717045bb090acf151c6a33c094c.tar.lz
nixlib-8758481cc0dc2717045bb090acf151c6a33c094c.tar.xz
nixlib-8758481cc0dc2717045bb090acf151c6a33c094c.tar.zst
nixlib-8758481cc0dc2717045bb090acf151c6a33c094c.zip
haskell.packages.ghc884.{foundation,basement}: downgrade for GHC 8.8
The 0.0.29 and 0.0.15 releases respectively have dropped support for
GHC < 8.10.
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.nix3
1 files changed, 2 insertions, 1 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 1f82ecebd647..3650766cfd48 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -93,7 +93,8 @@ self: super: {
   time-compat = doJailbreak super.time-compat;
   http-media = unmarkBroken (doJailbreak super.http-media);
   servant-server = unmarkBroken (doJailbreak super.servant-server);
-  foundation = dontCheck super.foundation;
+  basement = doDistribute self.basement_0_0_14;
+  foundation = doDistribute (dontCheck self.foundation_0_0_28);
   vault = dontHaddock super.vault;
 
   # https://github.com/snapframework/snap-core/issues/288