GaloisInc / json

Haskell JSON library
Other
27 stars 10 forks source link

Use MonadFail rather than Monad.fail. #9

Closed quasicomputational closed 4 years ago

quasicomputational commented 5 years ago

This is needed for GHC 8.8 compatibility, but the instances work fine on older GHCs (which might need the fail package, but that's OK).

quasicomputational commented 5 years ago

Travis is unhappy, but it doesn't look related to this PR, I think?

yav commented 4 years ago

Thanks, and sorry for the delay. Version 0.10, now on Hackage, should have support for 8.8