packages feed

tkhs 0.2.2 → 0.2.3

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~vty

Dependency ranges changed: vty

Files

src/Tkhs.hs view
@@ -14,7 +14,7 @@ , Zipper )where -import Vty hiding (style)+import Vty  import qualified Zipper import Zipper (Zipper)
tkhs.cabal view
@@ -1,5 +1,5 @@ name:                tkhs-version:             0.2.2+version:             0.2.3 synopsis:            Simple Presentation Utility description:         If you want to give your presentation in a terminal,                      or if PowerPoint would be overkill, you may find tkhs useful.@@ -25,7 +25,7 @@   ghc-options:       -Wall   build-depends:     base == 4.*                    , mtl-                   , vty == 4.*+                   , vty == 4.2.1.*                    , parsec == 2.*                    , pretty                    , utf8-string