ekmett / bytes

Serialization primitives that work with both cereal and binary.
http://hackage.haskell.org/package/bytes
Other
22 stars 13 forks source link

Cabal 2.0 compatible release on hackage #38

Closed niteria closed 7 years ago

niteria commented 7 years ago

e8de66372fc08ac1cd08fb1f9aa060db7a919ab9 and some commits before make this library work with GHC 8.2 and Cabal 2.0, but it's not part of any release yet.

Can you make a release on hackage?

FWIW the testsuite passes with GHC 8.2.

niteria commented 7 years ago

My mistake, it works if I don't unnecessarily try to install Cabal-2.0.0.0 in the same sandbox. The only package that didn't work for me was log-domain, the rest already have a working cabal-doctest fix.