vty 5.7 → 5.7.1
raw patch · 3 files changed
+5/−1 lines, 3 files
Files
- CHANGELOG +3/−0
- ModeDemo.hs +1/−0
- vty.cabal +1/−1
CHANGELOG view
@@ -1,3 +1,6 @@+5.7.1+ - ModeDemo: added an explicit Control.Applicative import for older GHCs+ 5.7 - Mouse and paste modes are now off by default. - The Config type got new fields: mouseMode and bracketedPasteMode. These
ModeDemo.hs view
@@ -1,5 +1,6 @@ module Main where +import Control.Applicative import Data.Monoid import Graphics.Vty
vty.cabal view
@@ -1,5 +1,5 @@ name: vty-version: 5.7+version: 5.7.1 license: BSD3 license-file: LICENSE author: AUTHORS