packages feed

repl-alliance 0.1.0.0 → 0.1.0.1

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for repl-alliance +## 0.1.0.1 -- 2026-03-28++* Fix an error in README+ ## 0.1.0.0 -- YYYY-mm-dd  * First version. Released on an unsuspecting world.
README.md view
@@ -44,7 +44,7 @@ To use with a cabal project (you may need to run `cabal update` first):  ```bash-cabal repl my-project --build-depends repl-alliance --repl-options='-fplugin ReplAlliance'+cabal repl my-project --no-transitive-deps --build-depends repl-alliance --repl-options='-fplugin ReplAlliance' ```  ## Compatibility
repl-alliance.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               repl-alliance-version:            0.1.0.0+version:            0.1.0.1 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