yi 0.14.1 → 0.15.0
raw patch · 2 files changed
+7/−7 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.1"+ Nothing -> putStrLn "Yi 0.15.0" Just clo -> do let openFileActions = intersperse (EditorA newTabE) (map (YiA . openNewFile) (files clo)) moveLineAction = YiA $ withCurrentBuffer (lineMoveRel (fromMaybe 0 (startOnLine clo)))
yi.cabal view
@@ -1,9 +1,9 @@--- This file has been generated from package.yaml by hpack version 0.17.0.+-- This file has been generated from package.yaml by hpack version 0.17.1. -- -- see: https://github.com/sol/hpack name: yi-version: 0.14.1+version: 0.15.0 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.1- , yi-misc-modes >= 0.14.1- , yi-mode-haskell >= 0.14.1- , yi-mode-javascript >= 0.14.1+ , yi-core >= 0.15.0+ , yi-misc-modes >= 0.15.0+ , yi-mode-haskell >= 0.15.0+ , yi-mode-javascript >= 0.15.0 , yi-rope >= 0.7.0.1 if flag(vty) cpp-options: -DVTY