pa-ba / compdata

Haskell library implementing "Data Types a la Carte"
http://hackage.haskell.org/package/compdata
Other
89 stars 27 forks source link

Fixed issues with MonadFail #30

Closed Soupstraw closed 4 years ago

Soupstraw commented 4 years ago

Fix for issue #29

Soupstraw commented 4 years ago

Ugh, MonadFail only gets introduced in 4.9. Better to just bump the base version.