xtendo-org / rawfilepath

Haskell library for encoding-free interaction with Unix system. Use RawFilePath (ByteString) instead of FilePath (String)
Other
17 stars 3 forks source link

Fix build with GHC 9.2 (and other small fixes) #5

Closed georgefst closed 2 years ago

georgefst commented 2 years ago

I'm not sure exactly why 724ee86114b115190e10380027bdf49f74f96763 is necessary - I can't see anything relevant in the base changelog. And given how similar it looks to the changes in https://github.com/xtendo-org/rawfilepath/commit/3b06a3283e77b1b17d6eb415a242ab688c61141e to build on GHC 9.0, perhaps a wider rethink of the way these imports are handled is necessary.

Anyway, these changes get the job done.

georgefst commented 2 years ago

Looks like this was superseded by 6649d67c0abd3c4102fe563e3800481895c3a13c (as far as GHC 9.2 compatibility goes, although the changelog fix seems a good idea regardless).