compilers/ghc/common-hadrian: remove unused condition
Hadrian is only used for GHC 9.6+ anyway.
(cherry picked from commit 14488d4051)
This commit is contained in:
@@ -208,7 +208,7 @@
|
||||
extraPrefix = "libraries/unix/";
|
||||
})
|
||||
]
|
||||
++ lib.optionals (lib.versionAtLeast version "9.6" && lib.versionOlder version "9.8") [
|
||||
++ lib.optionals (lib.versionOlder version "9.8") [
|
||||
# Fix unlit being installed under a different name than is used in the
|
||||
# settings file: https://gitlab.haskell.org/ghc/ghc/-/issues/23317 krank:ignore-line
|
||||
(fetchpatch {
|
||||
|
||||
Reference in New Issue
Block a user