yi 0.13.5 → 0.13.6
raw patch · 2 files changed
+5/−5 lines, 2 files
Files
Main.hs view
@@ -86,7 +86,7 @@ main = do mayClo <- execParser opts case mayClo of- Nothing -> putStrLn "Yi 0.13.0.1"+ Nothing -> putStrLn "Yi 0.13.6" 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.14.0.+-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: yi-version: 0.13.5+version: 0.13.6 synopsis: Yi editor category: Yi homepage: https://github.com/yi-editor/yi#readme@@ -40,8 +40,8 @@ executable yi main-is: Main.hs hs-source-dirs:- .- ghc-options: -Wall -ferror-spans -threaded+ ./.+ ghc-options: -Wall -ferror-spans -threaded -eventlog -rtsopts build-depends: base >= 4.8 && < 5 , microlens-platform >= 0.3.4.0