byteverse / haskell-ip

IP Address implementation
Other
20 stars 19 forks source link

Bumps text upper bound (<3) #82

Closed jkachmar closed 2 years ago

jkachmar commented 2 years ago

I haven't tested this out locally (yet), so it's possible that this isn't quite safe seeing as text >= 2.0 now has changed to a UTF-8 representation.

andrewthad commented 2 years ago

This will certainly break things. This library relies on the UTF-16 representation in text-1.x. More changes will be needed to support text-2.x.

prikhi commented 2 years ago

Fixed in #85