Bump vty and vty-examples versions

This commit is contained in:
Jonathan Daugherty 2017-01-24 11:35:32 -08:00
parent 886a738ec9
commit 564cd5cc00
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
name: vty-examples
version: 5.6
version: 5.7
license: BSD3
license-file: LICENSE
author: AUTHORS
@ -41,7 +41,7 @@ executable vty-interactive-terminal-test
default-extensions: ScopedTypeVariables
ghc-options: -threaded
build-depends: vty >= 5.2.11,
build-depends: vty >= 5.15,
base >= 4 && < 5,
bytestring,
containers,
@ -69,7 +69,7 @@ executable vty-event-echo
FlexibleContexts
ghc-options: -threaded
build-depends: vty >= 5.2.11,
build-depends: vty >= 5.15,
base >= 4 && < 5,
array,
bytestring,
@ -89,7 +89,7 @@ executable vty-rogue
default-extensions: ScopedTypeVariables
ghc-options: -threaded
build-depends: vty >= 5.2.11,
build-depends: vty >= 5.15,
base >= 4 && < 5,
array,
bytestring,
@ -110,7 +110,7 @@ executable vty-benchmark
default-extensions: ScopedTypeVariables
ghc-options: -threaded
build-depends: vty >= 5.2.11,
build-depends: vty >= 5.15,
base >= 4 && < 5,
bytestring,
Cabal,

View File

@ -1,5 +1,5 @@
name: vty
version: 5.14
version: 5.15
license: BSD3
license-file: LICENSE
author: AUTHORS