summaryrefslogtreecommitdiff
path: root/lang/ghc/files/patch-hadrian_hadrian.cabal
blob: 7994110951d4d38a534803fbc52b3f35ae752b23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Hack the bounds to avoid re-rolling the bootstrap compiler.
The bound was added due to https://gitlab.haskell.org/ghc/ghc/-/issues/24382
but we somehow doesn't seem to be affected by this

--- hadrian/hadrian.cabal.orig	2025-03-02 13:05:33 UTC
+++ hadrian/hadrian.cabal
@@ -155,7 +155,7 @@ executable hadrian
                        , containers           >= 0.5     && < 0.7
                          -- N.B. directory >=1.3.9 as earlier versions are
                          -- afflicted by #24382.
-                       , directory            >= 1.3.9.0 && < 1.4
+                       , directory            < 1.4
                        , extra                >= 1.4.7
                        , filepath
                        , time