vty 5.1.3 → 5.1.4
raw patch · 3 files changed
+13/−1 lines, 3 files
Files
- CHANGELOG +3/−0
- test/Verify/Graphics/Vty/DisplayAttributes.hs +8/−0
- vty.cabal +2/−1
CHANGELOG view
@@ -1,3 +1,6 @@+5.1.4+ - merged https://github.com/coreyoconnor/vty/pull/51 thanks trofi!+ 5.1.1 - merged https://github.com/coreyoconnor/vty/pull/48 thanks sjmielke! - jtdaugherty resolved a number of compiler warnings. Thanks!
+ test/Verify/Graphics/Vty/DisplayAttributes.hs view
@@ -0,0 +1,8 @@+module Verify.Graphics.Vty.DisplayAttributes ( module Verify.Graphics.Vty.DisplayAttributes+ , module Graphics.Vty.DisplayAttributes+ )+ where++import Graphics.Vty.DisplayAttributes+import Verify+
vty.cabal view
@@ -1,5 +1,5 @@ name: vty-version: 5.1.3+version: 5.1.4 license: BSD3 license-file: LICENSE author: AUTHORS@@ -228,6 +228,7 @@ other-modules: Verify Verify.Graphics.Vty.Attributes+ Verify.Graphics.Vty.DisplayAttributes Verify.Graphics.Vty.Prelude Verify.Graphics.Vty.Picture Verify.Graphics.Vty.Image