co-log-polysemy 0.0.1.0 → 0.0.1.1
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~polysemyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: polysemy
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- co-log-polysemy.cabal +2/−2
CHANGELOG.md view
@@ -3,6 +3,12 @@ `co-log-polysemy` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 0.0.1.1 — Feb 17, 2020++* [#181](https://github.com/kowainik/co-log/issues/181):+ Bump up `polysemy` to `1.3.0.0`.+ (by [@chshersh](https://github.com/chshersh))+ ## 0.0.1.0 — Jan 19, 2020 * [#121](https://github.com/kowainik/co-log/issues/121):
co-log-polysemy.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: co-log-polysemy-version: 0.0.1.0+version: 0.0.1.1 synopsis: Composable Contravariant Comonadic Logging Library description: Implementation of the [co-log](http://hackage.haskell.org/package/co-log-core)@@ -87,7 +87,7 @@ Colog.Polysemy.Effect build-depends: co-log-core ^>= 0.2.0.0- , polysemy ^>= 1.2.0.0+ , polysemy >= 1.2.0.0 && < 1.4 executable play-colog-poly import: common-options