khibino / haskell-relational-record

This repository includes a joined query generator based on typefull relational algebra, and mapping tools between SQL values list and Haskell record type.
233 stars 36 forks source link

GHC 9.0 Compatibility #81

Closed Tarmean closed 3 months ago

Tarmean commented 2 years ago

Added a C preprocessor conditional because the template haskell TyVarBndr has an extra argument.

khibino commented 11 months ago

Thanks for your contribution.

I have decided to address this issue by absorbing it with a compatibility layer at https://hackage.haskell.org/package/th-data-compat. I have fixed this problem in https://github.com/khibino/haskell-relational-record/commit/74b279f87d87625b4557a06b680668113f9a8c75.

This problem has been fixed in the following release.

https://hackage.haskell.org/package/relational-query-0.12.2.4 https://hackage.haskell.org/package/relational-query-0.12.3.1