vty 3.1.8.2 → 3.1.8.4
raw patch · 2 files changed
+7/−7 lines, 2 filesdep ~terminfoPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: terminfo
API changes (from Hackage documentation)
- Graphics.Vty: black :: Color
- Graphics.Vty: blue :: Color
- Graphics.Vty: cyan :: Color
- Graphics.Vty: def :: Color
- Graphics.Vty: green :: Color
- Graphics.Vty: magenta :: Color
- Graphics.Vty: red :: Color
- Graphics.Vty: white :: Color
- Graphics.Vty: yellow :: Color
+ Graphics.Vty: black, def, white, cyan, magenta, blue, yellow, green, red :: Color
Files
- test/make_tests.sh +3/−3
- vty.cabal +4/−4
test/make_tests.sh view
@@ -1,10 +1,10 @@ #!/bin/sh rm -f Test.o Test.hi Test-ghc-6.8.2 --make Test+ghc --make Test rm -f Test2.o Test2.hi Test2-ghc-6.8.2 --make Test2+ghc --make Test2 rm -f Bench.o Bench.hi Bench-ghc-6.8.2 --make Bench+ghc --make Bench
vty.cabal view
@@ -1,5 +1,5 @@ Name: vty-Version: 3.1.8.2+Version: 3.1.8.4 License: BSD3 License-file: LICENSE Author: Stefan O'Rear@@ -38,7 +38,7 @@ Build-Depends: base < 4 Build-Depends: extensible-exceptions Build-Depends: bytestring, containers, unix- Build-Depends: terminfo >= 0.2 && < 0.3+ Build-Depends: terminfo >= 0.3 && < 0.4 Build-Depends: utf8-string >= 0.3 && < 0.4 Exposed-Modules: Graphics.Vty@@ -52,6 +52,6 @@ Graphics.Vty.Output Graphics.Vty.ControlStrings - ghc-options: -funbox-strict-fields -Wall -threaded- ghc-prof-options: -funbox-strict-fields -prof -auto-all -Wall+ ghc-options: -funbox-strict-fields -Wall -threaded -fno-full-laziness -fspec-constr+ ghc-prof-options: -funbox-strict-fields -prof -auto-all -Wall -fno-full-laziness -fspec-constr }