yesodweb / persistent

Persistence interface for Haskell allowing multiple storage methods.
MIT License
467 stars 297 forks source link

`persistent-2.14.6.1`: relax upper bound of dependency on `template-haskell` #1538

Open mpilgrem opened 5 months ago

mpilgrem commented 5 months ago

template-haskell-2.22.0.0 is a boot package of GHC 9.10.1. I have been tryng to build Stack with GHC 9.10.1. It compiles with persistent-2.14.6.1 if the upper bound of that package's dependency on template-haskell (< 2.22) is ignored.