We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbf166 commit acaea9eCopy full SHA for acaea9e
ChangeLog.md
@@ -1,3 +1,7 @@
1
+## 0.4.7.1
2
+
3
+* Use parseTimeM from Data.Time.Format instead of parseTime (https://github.com/paul-rouse/mysql-simple/pull/53)
4
5
## 0.4.7
6
7
* Allow JSON fields to be read in as ByteStrings (https://github.com/paul-rouse/mysql-simple/pull/52)
mysql-simple.cabal
@@ -1,5 +1,5 @@
name: mysql-simple
-version: 0.4.7
+version: 0.4.7.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.
0 commit comments