packages feed

prompt-hs 1.1.0.1 → 1.1.0.2

raw patch · 2 files changed

+10/−2 lines, 2 filesdep ~microlensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: microlens

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -23,3 +23,11 @@ ## Version 1.1.0.0 (2025-07-14)  * **BREAKING:** Remove initialSelectionChoosableItem class function; it didn't always have a sensible implementation and isn't needed++## Version 1.1.0.1 (2025-07-15)++* Fix prompt text when prompting multiple choice to give buttons actually used+ +## Version 1.1.0.2 (2025-10-24)++* Widen microlens dependency version bounds
prompt-hs.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           prompt-hs-version:        1.1.0.1+version:        1.1.0.2 synopsis:       A user-friendly, dependently-typed library for asking your users questions description:    A library making use of the terminal package to prompt users for answers in a CLI context.                 .@@ -51,7 +51,7 @@   ghc-options: -Wall -Wcpp-undef -Widentities -Wincomplete-patterns -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wmissing-export-lists -Wmissing-import-lists -Wmissing-signatures -Wpartial-fields -Wredundant-constraints   build-depends:       base >=4.14.3.0 && <5-    , microlens >=0.4.0.1 && <0.5+    , microlens >=0.4.0.1 && <0.6     , terminal ==0.2.*     , text >=1.2.4.1 && <2.2   default-language: Haskell2010