Unverified Commit 14488d40 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

compilers/ghc/common-hadrian: remove unused condition

Hadrian is only used for GHC 9.6+ anyway.
parent c0998dca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
        (fetchpatch {