Skip to content

Commit 6cd29a4

Browse files
haskell.compiler.ghc{947,964,965,966,981,982,983}: drop (#440659)
2 parents 413fda7 + 0c5d7ad commit 6cd29a4

13 files changed

Lines changed: 1 addition & 246 deletions

pkgs/development/compilers/ghc/9.4.6-bytestring-posix-source.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

pkgs/development/compilers/ghc/9.4.7.nix

Lines changed: 0 additions & 6 deletions
This file was deleted.

pkgs/development/compilers/ghc/9.6.4.nix

Lines changed: 0 additions & 4 deletions
This file was deleted.

pkgs/development/compilers/ghc/9.6.5.nix

Lines changed: 0 additions & 4 deletions
This file was deleted.

pkgs/development/compilers/ghc/9.6.6.nix

Lines changed: 0 additions & 4 deletions
This file was deleted.

pkgs/development/compilers/ghc/9.8.1.nix

Lines changed: 0 additions & 4 deletions
This file was deleted.

pkgs/development/compilers/ghc/9.8.2.nix

Lines changed: 0 additions & 4 deletions
This file was deleted.

pkgs/development/compilers/ghc/9.8.3.nix

Lines changed: 0 additions & 4 deletions
This file was deleted.

pkgs/development/compilers/ghc/common-hadrian.nix

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -274,17 +274,6 @@
274274
../../tools/haskell/hadrian/disable-hyperlinked-source-extra-args.patch
275275
)
276276
]
277-
# Incorrect bounds on Cabal in hadrian
278-
# https://gitlab.haskell.org/ghc/ghc/-/issues/24100
279-
++
280-
lib.optionals
281-
(lib.elem version [
282-
"9.8.1"
283-
"9.8.2"
284-
])
285-
[
286-
../../tools/haskell/hadrian/hadrian-9.8.1-allow-Cabal-3.10.patch
287-
]
288277
++ lib.optionals (lib.versionAtLeast version "9.8" && lib.versionOlder version "9.12") [
289278
(fetchpatch {
290279
name = "enable-ignore-build-platform-mismatch.patch";

pkgs/development/compilers/ghc/common-make-native-bignum.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -410,12 +410,6 @@ stdenv.mkDerivation (
410410
})
411411
]
412412

413-
++ lib.optionals (version == "9.4.6") [
414-
# Work around a type not being defined when including Rts.h in bytestring's cbits
415-
# due to missing feature macros. See https://gitlab.haskell.org/ghc/ghc/-/issues/23810.
416-
./9.4.6-bytestring-posix-source.patch
417-
]
418-
419413
++ lib.optionals (stdenv.targetPlatform.isDarwin && stdenv.targetPlatform.isAarch64) [
420414
# Prevent the paths module from emitting symbols that we don't use
421415
# when building with separate outputs.

0 commit comments

Comments
 (0)