diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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!
diff --git a/test/Verify/Graphics/Vty/DisplayAttributes.hs b/test/Verify/Graphics/Vty/DisplayAttributes.hs
new file mode 100644
--- /dev/null
+++ b/test/Verify/Graphics/Vty/DisplayAttributes.hs
@@ -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
+
diff --git a/vty.cabal b/vty.cabal
--- a/vty.cabal
+++ b/vty.cabal
@@ -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
