co-log-polysemy
uses PVP Versioning.
The changelog is available on GitHub.
- GA(deps): Bump actions/cache from 3 to 4 by @dependabot in #23
- Support ghc-9.10. by @alaendle in #24
Full Changelog: https://github.com/co-log/co-log-polysemy/compare/v0.0.1.4...v0.0.1.5
- update README.md by @udaycruise2903 in #6
- modified 'build-depends' section in README.md by @udaycruise2903 in #7
- GA(deps): Bump actions/checkout from 2 to 3 by @dependabot in #9
- GA(deps): Bump actions/cache from 2 to 3 by @dependabot in #10
- GA(deps): Bump haskell/actions from 1 to 2 by @dependabot in #12
- Support GHC 9.2. by @alaendle in #14
- GA(deps): Bump actions/checkout from 3 to 4 by @dependabot in #19
- GHC 9.6 by @alaendle in #17
- Support ghc-9.8 by @alaendle in #20
- Publish to hackage directly from GitHub by @alaendle in #21
- @udaycruise2903 made their first contribution in #6
- @dependabot made their first contribution in #9
- @alaendle made their first contribution in #14
Full Changelog: https://github.com/co-log/co-log-polysemy/compare/v0.0.1.3...v0.0.1.4
- #223: Support GHC-9.0.1.
- Allow
polysemy-1.6.0.0
. - Bump up lower bound for
co-log-core
to0.3.0.0
.
- #186: Support GHC-8.10.1.
- #121:
Add
LogAction
and interpreter that works directly with theSem
monad. (by @chshersh) - #148: Support GHC-8.8.2. (by @chshersh)
- Bump up
polysemy
to the latest version. (by @Avi-D-coder)
- Initially created.