packages feed

fortytwo 1.0.3 → 1.0.4

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~ansi-terminaldep ~basedep ~processPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ansi-terminal, base, process, text

API changes (from Hackage documentation)

Files

fortytwo.cabal view
@@ -1,5 +1,5 @@ name:                fortytwo-version:1.0.3+version:1.0.4 synopsis:            Interactive terminal prompt description:         List of Prompt helpers to pimp the UIs of your haskell programs homepage:            https://github.com/gianlucaguarini/fortytwo#readme@@ -35,8 +35,8 @@                        FortyTwo.Renderers.Select                        FortyTwo.Renderers.Multiselect   build-depends:       base >= 4.7 && < 5,-                       text <= 1.2.2.2,-                       ansi-terminal >= 0.6.0.0 && <= 0.7.1.1+                       text <= 1.3,+                       ansi-terminal >= 0.6.0.0 && <= 0.9   default-language:    Haskell2010  executable             demo@@ -63,8 +63,8 @@                      Specs.Utils   hs-source-dirs:    test   build-depends:     fortytwo,-                     base >=4.9 && <4.10,-                     process >=1.4 && <1.5,+                     base >=4.9 && <5,+                     process >=1.4 && <1.7,                      async >=2.1 && <2.2,                      hspec >= 2.2