mysql-simple 0.4.8 → 0.4.8.1
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- Database/MySQL/Simple/Result.hs +1/−1
- mysql-simple.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.4.8.1++* Allow build on ghc 8.4.x (https://github.com/paul-rouse/mysql-simple/pull/56)+ ## 0.4.8 * Provide classes to simplify user-defined encoding and decoding of columns.
Database/MySQL/Simple/Result.hs view
@@ -1,5 +1,5 @@ {-# LANGUAGE CPP, DeriveDataTypeable, FlexibleInstances, OverloadedStrings #-}-{-# LANGUAGE GeneralisedNewtypeDeriving, DefaultSignatures #-}+{-# LANGUAGE GeneralizedNewtypeDeriving, DefaultSignatures #-} #if MIN_VERSION_time(1,5,0) {-# OPTIONS_GHC -fno-warn-warnings-deprecations #-} #endif
mysql-simple.cabal view
@@ -1,5 +1,5 @@ name: mysql-simple-version: 0.4.8+version: 0.4.8.1 homepage: https://github.com/paul-rouse/mysql-simple bug-reports: https://github.com/paul-rouse/mysql-simple/issues synopsis: A mid-level MySQL client library.