soenkehahn / string-conversions

Simplifies dealing with different types for strings
BSD 3-Clause "New" or "Revised" License
26 stars 6 forks source link

Require utf8-string >= 0.3.1 #28

Closed Bodigrim closed 1 year ago

Bodigrim commented 1 year ago

utf8-string-0.3 does not provide Data.ByteString.Lazy.UTF8 yet.

As a Hackage trustee I made appropriate revisions to prohibit unbuildable configurations.

soenkehahn commented 1 year ago

@Bodigrim: Thanks! This repo uses hpack, so you have to make changes to version bounds in the package.yaml file. Closing in favor of #29.