the-real-blackh / hexpat

A general purpose Haskell XML library using Expat to do its parsing
BSD 3-Clause "New" or "Revised" License
2 stars 7 forks source link

Build with Text v2 & HUnit v1.6 #13

Closed prikhi closed 9 months ago

prikhi commented 1 year ago

Builds successfully with cabal build --enable-tests --enable-documentation --constraint 'text>=2'.

Tests complete successfully with: cd test; cabal run

prikhi commented 1 year ago

Fixes #12

prikhi commented 9 months ago

Fell out of stackage nightly again, #14 includes this & new necessary fixes