fortytwo 1.0.5 → 1.0.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~ansi-terminalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ansi-terminal
API changes (from Hackage documentation)
Files
- fortytwo.cabal +2/−2
fortytwo.cabal view
@@ -1,5 +1,5 @@ name: fortytwo-version:1.0.5+version:1.0.6 synopsis: Interactive terminal prompt description: List of Prompt helpers to pimp the UIs of your haskell programs homepage: https://github.com/gianlucaguarini/fortytwo#readme@@ -36,7 +36,7 @@ FortyTwo.Renderers.Multiselect build-depends: base >= 4.7 && < 5, text <= 1.3,- ansi-terminal >= 0.6.0.0 && <= 0.8.2+ ansi-terminal >= 0.6.0.0 && <= 0.12 default-language: Haskell2010 executable demo