contivero / hasmin

Hasmin - A Haskell CSS Minifier
BSD 3-Clause "New" or "Revised" License
57 stars 4 forks source link

Compiles with GHC 9.2.1 (loses doctests powered by doctest-discover) #11

Closed wenkokke closed 2 years ago

wenkokke commented 2 years ago

I have loosened the bounds on attoparsec and bytestring, and the test suite hasmin:spec still succeeds.

It seems that doctest-discover is no longer maintained, and the test suite hasmin:doctest is failing due to configuration problems. I have disabled this test suite.

wenkokke commented 2 years ago

Fixes #10, though perhaps poorly.

contivero commented 2 years ago

Thanks!