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

Support `unix-2.8` #7

Closed georgefst closed 1 year ago

georgefst commented 1 year ago

You might instead prefer to support a wider range of unix versions by using defaultFileFlags and some CPP. But even then, this is a start.

Also, old versions of this library will need Hackage revisions to add a < 2.8 on unix.

Bodigrim commented 1 year ago

Also, old versions of this library will need Hackage revisions to add a < 2.8 on unix.

As a Hackage trustee, I made necessary revisions: https://hackage.haskell.org/package/rawfilepath-1.0.1/revisions/, etc.

xtendo-org commented 1 year ago

Thank you so much!

woffs commented 1 year ago

Thanks for merging! Making a release now would possibly lead rawfilepath to re-appear in stackage nightly :smiley:

xtendo-org commented 1 year ago

@georgefst @woffs I guess you'll like this change https://github.com/xtendo-org/rawfilepath/commit/efcaaf44a80201ed8926f8b311103edd958d1689#diff-7f82e82a96a5f29c6e59c73b8415cc3cdd517b154ff4a30664188c0dabd9df34R51-R84

Let's release a new version