packages feed

yi 0.14.0 → 0.14.1

raw patch · 2 files changed

+6/−6 lines, 2 filesdep ~yi-coredep ~yi-misc-modesdep ~yi-mode-haskell

Dependency ranges changed: yi-core, yi-misc-modes, yi-mode-haskell, yi-mode-javascript

Files

Main.hs view
@@ -86,7 +86,7 @@ main = do     mayClo <- execParser opts     case mayClo of-      Nothing -> putStrLn "Yi 0.14.0"+      Nothing -> putStrLn "Yi 0.14.1"       Just clo -> do         let openFileActions = intersperse (EditorA newTabE) (map (YiA . openNewFile) (files clo))             moveLineAction  = YiA $ withCurrentBuffer (lineMoveRel (fromMaybe 0 (startOnLine clo)))
yi.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           yi-version:        0.14.0+version:        0.14.1 synopsis:       Yi editor category:       Yi homepage:       https://github.com/yi-editor/yi#readme@@ -47,10 +47,10 @@     , microlens-platform >= 0.3.4.0     , mtl >= 2.2.1     , optparse-applicative >= 0.13.0.0-    , yi-core >= 0.14.0-    , yi-misc-modes >= 0.14.0-    , yi-mode-haskell >= 0.14.0-    , yi-mode-javascript >= 0.14.0+    , yi-core >= 0.14.1+    , yi-misc-modes >= 0.14.1+    , yi-mode-haskell >= 0.14.1+    , yi-mode-javascript >= 0.14.1     , yi-rope >= 0.7.0.1   if flag(vty)     cpp-options: -DVTY