diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -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)))
diff --git a/yi.cabal b/yi.cabal
--- a/yi.cabal
+++ b/yi.cabal
@@ -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
