yi-frontend-pango 0.13.7 → 0.14.0
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Yi/Frontend/Pango.hs +2/−1
- yi-frontend-pango.cabal +1/−1
src/Yi/Frontend/Pango.hs view
@@ -6,6 +6,7 @@ {-# LANGUAGE TupleSections #-} {-# LANGUAGE ViewPatterns #-} {-# OPTIONS_GHC -funbox-strict-fields #-}+{-# OPTIONS_GHC -fno-warn-orphans #-} -- this file adds missing instances for GTK stuff {-# OPTIONS_HADDOCK show-extensions #-} -- |@@ -23,7 +24,7 @@ import Control.Applicative import Control.Concurrent import Control.Exception (catch, SomeException)-import Lens.Micro.Platform hiding (set, from)+import Lens.Micro.Platform hiding (set) import Control.Monad hiding (forM_, mapM_, forM, mapM) import Data.Foldable import Data.IORef
yi-frontend-pango.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: yi-frontend-pango-version: 0.13.7+version: 0.14.0 synopsis: Pango frontend for Yi editor category: Yi homepage: https://github.com/yi-editor/yi#readme