We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3311818 commit 0300c19Copy full SHA for 0300c19
ghc-lib-gen/src/Ghclibgen.hs
@@ -1226,14 +1226,14 @@ commonBuildDepends ghcFlavor =
1226
"containers >= 0.6.2.1 && < 0.8",
1227
"bytestring >= 0.11.4 && < 0.13",
1228
"time >= 1.4 && < 1.15",
1229
- "filepath >= 1.5 && < 1.6"
+ "filepath >= 1 && < 1.6"
1230
]
1231
| ghcSeries ghcFlavor >= GHC_9_8 =
1232
[ "ghc-prim > 0.2 && < 0.12",
1233
1234
1235
1236
1237
1238
| ghcSeries ghcFlavor >= GHC_9_6 =
1239
[ "ghc-prim > 0.2 && < 0.11",
0 commit comments