1
0

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-persistent-sqlite revision:18, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-persistent-sqlite?expand=0&rev=22
This commit is contained in:
2022-02-10 14:36:53 +00:00
committed by Git OBS Bridge
parent c1e83e4233
commit d815fc4764
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Feb 4 12:15:13 UTC 2022 - psimons@suse.com
- Update persistent-sqlite to version 2.13.1.0.
## 2.13.1.0
* [#1341](https://github.com/yesodweb/persistent/pull/1341)
* Add `SqlBackendHooks` to allow for instrumentation of queries.
* [#1327](https://github.com/yesodweb/persistent/pull/1327)
* Update backend to support new `StatementCache` interface
## 2.13.0.4
* `aeson-2.0` support [#1351](https://github.com/yesodweb/persistent/pull/1351/)
-------------------------------------------------------------------
Thu May 27 17:15:25 UTC 2021 - psimons@suse.com