ekmett / distributive

Dual Traversable
http://hackage.haskell.org/package/distributive
Other
41 stars 25 forks source link

Cabal 2.0 compatible release on hackage #34

Closed niteria closed 7 years ago

niteria commented 7 years ago

2dd337db78577c1315121bbb1fdaa53ec8664100 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.