Daniel-Diaz / HaTeX

The Haskell LaTeX library.
BSD 3-Clause "New" or "Revised" License
199 stars 46 forks source link

Allow bytestring version 0.11 #153

Closed ysangkok closed 2 years ago

ysangkok commented 2 years ago

Fixes #152.

Tested using 'cabal test'.

The line has a carriage return since that was auto-detected by NeoVIM. If you want the the file with Unix newlines, I can change the whole file using dos2unix.

Daniel-Diaz commented 2 years ago

Thanks!

ysangkok commented 2 years ago

Thanks a lot for the quick merge @Daniel-Diaz . Would it be possible for you to make a revision for v3.22.3.0 that allows this new bytestring version? That would fix people's builds without even needing a new release.

ysangkok commented 2 years ago

Ping @Daniel-Diaz