haskell / filepath

Haskell FilePath core library
BSD 3-Clause "New" or "Revised" License
66 stars 33 forks source link

Support GHC 9.10 (base 4.20) #230

Closed ulysses4ever closed 2 months ago

ulysses4ever commented 2 months ago

Would it be possible to get the latest filepath on Hackage build with GHC 9.10? I'm trying alpha3 of 9.10 and filepath doesn't allow base 4.20, at least. This blocks Cabal as its test suite depends on filepath in non-trivial way, so that a simple allow-newer: filepath:base doesn't cut it.

hasufell commented 2 months ago