packages feed

atelier-core 0.7.0.0 → 0.7.1.0

raw patch · 2 files changed

+9/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -7,6 +7,12 @@  ## [Unreleased] +## [0.7.1.0] - 2026-09-17++### Added++- Proper support for GHC 9.14.+ ## [0.7.0.0] - 2026-09-16  ### Removed
atelier-core.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           atelier-core-version:        0.7.0.0+version:        0.7.1.0 synopsis:       Foundational Effectful-based effects and utilities description:    Core effects and utilities for effect-based applications, built on Effectful — part of the atelier toolkit. category:       Control@@ -17,9 +17,10 @@ license-file:   LICENSE build-type:     Simple tested-with:-    GHC == 9.10.3+    GHC == 9.14.1   , GHC == 9.6.7   , GHC == 9.8.4+  , GHC == 9.10.3   , GHC == 9.12.4 extra-doc-files:     CHANGELOG.md