Increase version to 5.2.11. Update deepseq version bounds in test dependencies.

This commit is contained in:
Corey O'Connor 2015-08-08 16:28:19 -07:00
parent 50ab1162a8
commit 275850e966
2 changed files with 31 additions and 17 deletions

View File

@ -1,3 +1,17 @@
5.2.12
- unreleased
5.2.11
- deepseq bounds increased for tests.
- Clean up warnings when compiling on 7.10
- Thanks Eric Mertens
- Avoid discarding input bytes after multi-byte encoded codepoint
- Thanks Eric Mertens
5.2.10
- "str" now returns EmptyImage for empty strings to match behavior of other string-like Image constructors (fixes #74)
- Thanks Jonathan Daugherty
5.2.9
- dependency version bumps
- https://github.com/coreyoconnor/vty/pull/71

View File

@ -1,5 +1,5 @@
name: vty
version: 5.2.10
version: 5.2.11
license: BSD3
license-file: LICENSE
author: AUTHORS
@ -142,7 +142,7 @@ test-suite verify-attribute-ops
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
text >= 0.11.3,
unix,
@ -174,7 +174,7 @@ test-suite verify-using-mock-terminal
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
text >= 0.11.3,
terminfo >= 0.3 && < 0.5,
@ -208,7 +208,7 @@ test-suite verify-terminal
bytestring,
containers,
data-default >= 0.5.3,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
terminfo >= 0.3 && < 0.5,
text >= 0.11.3,
@ -241,7 +241,7 @@ test-suite verify-display-attributes
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
text >= 0.11.3,
unix,
@ -267,7 +267,7 @@ test-suite verify-empty-image-props
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
text >= 0.11.3,
unix,
@ -295,7 +295,7 @@ test-suite verify-eval-terminfo-caps
blaze-builder >= 0.3.3.2 && < 0.5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
terminfo >= 0.3 && < 0.5,
text >= 0.11.3,
@ -324,7 +324,7 @@ test-suite verify-image-ops
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
text >= 0.11.3,
unix,
@ -352,7 +352,7 @@ test-suite verify-image-trans
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
text >= 0.11.3,
unix,
@ -379,7 +379,7 @@ test-suite verify-inline
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
text >= 0.11.3,
unix,
@ -407,7 +407,7 @@ test-suite verify-parse-terminfo-caps
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
terminfo >= 0.3 && < 0.5,
text >= 0.11.3,
@ -439,7 +439,7 @@ test-suite verify-simple-span-generation
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
text >= 0.11.3,
unix,
@ -471,7 +471,7 @@ test-suite verify-crop-span-generation
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
text >= 0.11.3,
unix,
@ -503,7 +503,7 @@ test-suite verify-layers-span-generation
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
text >= 0.11.3,
unix,
@ -529,7 +529,7 @@ test-suite verify-utf8-width
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
mtl >= 1.1.1.0 && < 2.3,
text >= 0.11.3,
unix,
@ -558,7 +558,7 @@ test-suite verify-using-mock-input
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
lens >= 3.9.0.2 && < 5.0,
mtl >= 1.1.1.0 && < 2.3,
terminfo >= 0.3 && < 0.5,
@ -593,7 +593,7 @@ test-suite verify-config
base >= 4 && < 5,
bytestring,
containers,
deepseq >= 1.1 && < 1.4,
deepseq >= 1.1 && < 1.5,
lens >= 3.9.0.2 && < 5.0,
mtl >= 1.1.1.0 && < 2.3,
string-qq,