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:
Wolfgang Walther 2025-09-19 12:07:06 +02:00
parent 9c6b1bde8f
commit 2cf9e1aaae
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -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 {