persistent-postgresql 2.13.4.0 → 2.13.4.1
raw patch · 3 files changed
+10/−1 lines, 3 files
Files
- ChangeLog.md +8/−0
- persistent-postgresql.cabal +1/−1
- test/main.hs +1/−0
ChangeLog.md view
@@ -1,5 +1,13 @@ # Changelog for persistent-postgresql +## 2.13.4.1++* [#1367](https://github.com/yesodweb/persistent/pull/1367),+ [#1366](https://github.com/yesodweb/persistent/pull/1367),+ [#1338](https://github.com/yesodweb/persistent/pull/1338),+ [#1335](https://github.com/yesodweb/persistent/pull/1335)+ * Support GHC 9.2+ ## 2.13.4.0 * [#1341](https://github.com/yesodweb/persistent/pull/1341)
persistent-postgresql.cabal view
@@ -1,5 +1,5 @@ name: persistent-postgresql-version: 2.13.4.0+version: 2.13.4.1 license: MIT license-file: LICENSE author: Felipe Lessa, Michael Snoyman <michael@snoyman.com>
test/main.hs view
@@ -1,6 +1,7 @@ {-# LANGUAGE DataKinds #-} {-# LANGUAGE DerivingStrategies #-} {-# LANGUAGE ExistentialQuantification #-}+{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE MultiParamTypeClasses #-}