about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-07-25 13:01:20 +0200
committersternenseemann <sternenseemann@systemli.org>2023-07-25 13:01:20 +0200
commit0b4156230b1cf59f1cf19d1b80b7d489af1793d1 (patch)
treeb68d32fc91a57d4ba208e7953b0315e3b1bad587 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent277bf961c323b6cde46932cc9308135d0687af95 (diff)
downloadnixlib-0b4156230b1cf59f1cf19d1b80b7d489af1793d1.tar
nixlib-0b4156230b1cf59f1cf19d1b80b7d489af1793d1.tar.gz
nixlib-0b4156230b1cf59f1cf19d1b80b7d489af1793d1.tar.bz2
nixlib-0b4156230b1cf59f1cf19d1b80b7d489af1793d1.tar.lz
nixlib-0b4156230b1cf59f1cf19d1b80b7d489af1793d1.tar.xz
nixlib-0b4156230b1cf59f1cf19d1b80b7d489af1793d1.tar.zst
nixlib-0b4156230b1cf59f1cf19d1b80b7d489af1793d1.zip
haskell.packages.*.ghc-source-gen: shuffle broken flags around
ghc-source-gen being broken is the norm now, as it only supports
GHC < 9.4. To keep tabs on it still (it is required for HLS some of the
time), we add it to release-haskell.nix.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
index 1f962271861c..c11c725d69dd 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -55,10 +55,6 @@ in {
   # still the case when updating: https://gitlab.haskell.org/ghc/ghc/-/blob/0198841877f6f04269d6050892b98b5c3807ce4c/ghc.mk#L463
   xhtml = if self.ghc.hasHaddock or true then null else self.xhtml_3000_3_0_0;
 
-  # consequences of doctest breakage follow:
-
-  ghc-source-gen = checkAgainAfter super.ghc-source-gen "0.4.3.0" "fails to build" (markBroken super.ghc-source-gen);
-
   # Jailbreaks & Version Updates
 
   hashable-time = doJailbreak super.hashable-time;