repl-alliance 0.1.0.1 → 0.1.1.0
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~ghcPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- repl-alliance.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for repl-alliance +## 0.1.1.0 -- 2026-05-28++* Support GHC 9.14+* Drop support for 9.6+ ## 0.1.0.1 -- 2026-03-28 * Fix an error in README
repl-alliance.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: repl-alliance-version: 0.1.0.1+version: 0.1.1.0 synopsis: Currated set of plugins for REPL based development description: Currated set of plugins for REPL based development providing some IDE-like functionality license: BSD-3-Clause@@ -27,7 +27,7 @@ -- other-modules: -- other-extensions: build-depends: base < 4.23,- ghc >= 9.6 && < 9.13,+ ghc >= 9.8 && < 9.15, pinned-warnings, auto-extract, auto-export,