Skip to content

Commit 0300c19

Browse files
revert filepath lower bound updates (#573)
1 parent 3311818 commit 0300c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ghc-lib-gen/src/Ghclibgen.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,14 +1226,14 @@ commonBuildDepends ghcFlavor =
12261226
"containers >= 0.6.2.1 && < 0.8",
12271227
"bytestring >= 0.11.4 && < 0.13",
12281228
"time >= 1.4 && < 1.15",
1229-
"filepath >= 1.5 && < 1.6"
1229+
"filepath >= 1 && < 1.6"
12301230
]
12311231
| ghcSeries ghcFlavor >= GHC_9_8 =
12321232
[ "ghc-prim > 0.2 && < 0.12",
12331233
"containers >= 0.6.2.1 && < 0.8",
12341234
"bytestring >= 0.11.4 && < 0.13",
12351235
"time >= 1.4 && < 1.15",
1236-
"filepath >= 1.5 && < 1.6"
1236+
"filepath >= 1 && < 1.6"
12371237
]
12381238
| ghcSeries ghcFlavor >= GHC_9_6 =
12391239
[ "ghc-prim > 0.2 && < 0.11",

0 commit comments

Comments
 (0)