Gabriella439 / turtle

Shell programming, Haskell style
BSD 3-Clause "New" or "Revised" License
943 stars 90 forks source link

Compatibility with GHC 9.2 / bytestring 0.11 #410

Closed sjakobi closed 2 years ago

sjakobi commented 2 years ago

The most recent turtle release, v1.5.22, doesn't build with GHC 9.2 due to its bound bytestring < 0.11. Could you make a release or a Hackage revision?

sjakobi commented 2 years ago

Note that the bytestring bound was already relaxed in https://github.com/Gabriel439/Haskell-Turtle-Library/pull/407.