persistent-sqlite 2.5 → 2.5.0.1
raw patch · 3 files changed
+5/−1 lines, 3 files
Files
- ChangeLog.md +4/−0
- cbits/sqlite3.c too large to diff
- persistent-sqlite.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 2.5.0.1++* Reapply workaround for https://ghc.haskell.org/trac/ghc/ticket/7072 [#561](https://github.com/yesodweb/persistent/pull/561)+ ## 2.5 * changes for read/write typeclass split
cbits/sqlite3.c view
file too large to diff
persistent-sqlite.cabal view
@@ -1,5 +1,5 @@ name: persistent-sqlite-version: 2.5+version: 2.5.0.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>