packages feed

persistent-mysql 2.13.1.1 → 2.13.1.2

raw patch · 3 files changed

+10/−1 lines, 3 files

Files

ChangeLog.md view
@@ -1,5 +1,13 @@ # Changelog for persistent-mysql +##  2.13.1.2++* [#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.1.1  * [#1360](https://github.com/yesodweb/persistent/pull/1360)
persistent-mysql.cabal view
@@ -1,5 +1,5 @@ name:            persistent-mysql-version:         2.13.1.1+version:         2.13.1.2 license:         MIT license-file:    LICENSE author:          Felipe Lessa <felipe.lessa@gmail.com>, Michael Snoyman
test/main.hs view
@@ -1,6 +1,7 @@ {-# LANGUAGE DataKinds #-} {-# LANGUAGE DerivingStrategies #-} {-# LANGUAGE ExistentialQuantification #-}+{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE MultiParamTypeClasses #-}