From a229728e2a87c3e1d12a0dac76b3524c127f2d9e Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Sun, 30 Sep 2012 10:37:11 -0700 Subject: [PATCH] Export Graphics.Vty.Image module to make character width functions available --- vty.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vty.cabal b/vty.cabal index a447af8..6785101 100644 --- a/vty.cabal +++ b/vty.cabal @@ -41,6 +41,7 @@ Exposed-Modules: Graphics.Vty Graphics.Vty.Terminal Graphics.Vty.LLInput Graphics.Vty.Attributes + Graphics.Vty.Image Graphics.Vty.Inline Graphics.Vty.Picture Graphics.Vty.DisplayRegion @@ -50,7 +51,6 @@ other-modules: Codec.Binary.UTF8.Width Data.Terminfo.Parse Data.Terminfo.Eval Graphics.Vty.DisplayAttributes - Graphics.Vty.Image Graphics.Vty.Span Graphics.Vty.Terminal.Generic Graphics.Vty.Terminal.MacOSX