lykahb / groundhog

This library maps datatypes to a relational model, in a way similar to what ORM libraries do in OOP. See the tutorial https://www.schoolofhaskell.com/user/lykahb/groundhog for introduction
http://hackage.haskell.org/package/groundhog
176 stars 39 forks source link

build with ghc 8.8.1 (MonadFailDesugaring) #89

Closed chessai closed 4 years ago

lykahb commented 4 years ago

Thank you for the report. Fixed in the release 0.11.

chessai commented 4 years ago

@lykahb awesome, thanks so much!