diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 ## [Unreleased]
 
-## [0.0.1] - alpha
+## [0.1.0.1]
+### Added
+- minor stuff to fix build
+
+## [0.1.0.0] - alpha
 ### Added
 - tinytools-vty just a test release
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright Author name here (c) 2020
+Peter Lu (c) 2020
 
 All rights reserved.
 
diff --git a/tinytools-vty.cabal b/tinytools-vty.cabal
--- a/tinytools-vty.cabal
+++ b/tinytools-vty.cabal
@@ -1,12 +1,14 @@
 cabal-version: 1.12
 
 name:           tinytools-vty
-version:        0.1.0.0
+version:        0.1.0.1
 description:    Please see the README on GitHub at <https://github.com/pdlla/tinytools-vty#readme>
 homepage:       https://github.com/pdlla/tinytools-vty#readme
 bug-reports:    https://github.com/pdlla/tinytools-vty/issues
 author:         pdlla
 maintainer:     chippermonky@gmail.com
+category:       tinytools
+synopsis:       a terminal based unicode diagram editing tool
 copyright:      2020 Peter Lu
 license:        BSD3
 license-file:   LICENSE
@@ -14,6 +16,7 @@
 extra-source-files:
     README.md
     ChangeLog.md
+    tutorial.potato
 
 
 source-repository head
@@ -170,7 +173,7 @@
       TypeFamilyDependencies
       TypeOperators
       NoImplicitPrelude
-  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N +RTS -A128m -n2m -s -RTS -O0
+  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N +RTS -A128m -n2m -s -RTS
   build-depends:
       aeson
     , aeson-pretty
diff --git a/tutorial.potato b/tutorial.potato
new file mode 100644
--- /dev/null
+++ b/tutorial.potato
@@ -0,0 +1,1 @@
+[{"_sPotatoFlow_sEltTree":[[3,{"_sEltLabel_name":"<line>","_sEltLabel_sElt":{"tag":"SEltLine","contents":{"_sAutoLine_start":[18,18],"_sAutoLine_lineStyleEnd":{"_lineStyle_leftArrows":"<","_lineStyle_rightArrows":">","_lineStyle_downArrows":"v","_lineStyle_upArrows":"^"},"_sAutoLine_superStyle":{"_superStyle_tr":"╗","_superStyle_horizontal":"═","_superStyle_tl":"╔","_superStyle_vertical":"║","_superStyle_point":"█","_superStyle_bl":"╚","_superStyle_br":"╝","_superStyle_fill":{"tag":"FillStyle_Simple","contents":" "}},"_sAutoLine_labels":[],"_sAutoLine_end":[31,5],"_sAutoLine_midpoints":[],"_sAutoLine_lineStyle":{"_lineStyle_leftArrows":"<","_lineStyle_rightArrows":">","_lineStyle_downArrows":"v","_lineStyle_upArrows":"^"},"_sAutoLine_attachEnd":{"_attachment_location":"AL_Top","_attachment_target":1},"_sAutoLine_attachStart":{"_attachment_location":"AL_Right","_attachment_target":2}}}}],[2,{"_sEltLabel_name":"<box>","_sEltLabel_sElt":{"tag":"SEltBox","contents":{"_sBox_superStyle":{"_superStyle_tr":"*","_superStyle_horizontal":"-","_superStyle_tl":"*","_superStyle_vertical":"|","_superStyle_point":" ","_superStyle_bl":"*","_superStyle_br":"*","_superStyle_fill":{"tag":"FillStyle_Blank"}},"_sBox_boxType":"SBoxType_BoxText","_sBox_text":{"_sBoxText_style":{"_textStyle_alignment":"TextAlign_Left"},"_sBoxText_text":"cool features!"},"_sBox_box":{"_lBox_size":[13,4],"_lBox_tl":[5,16]},"_sBox_title":{"_sBoxTitle_align":"TextAlign_Left","_sBoxTitle_title":null}}}}],[1,{"_sEltLabel_name":"<box>","_sEltLabel_sElt":{"tag":"SEltBox","contents":{"_sBox_superStyle":{"_superStyle_tr":"╗","_superStyle_horizontal":"═","_superStyle_tl":"╔","_superStyle_vertical":"║","_superStyle_point":"█","_superStyle_bl":"╚","_superStyle_br":"╝","_superStyle_fill":{"tag":"FillStyle_Simple","contents":" "}},"_sBox_boxType":"SBoxType_BoxText","_sBox_text":{"_sBoxText_style":{"_textStyle_alignment":"TextAlign_Left"},"_sBoxText_text":"this is a placeholder for the actualy tutorial"},"_sBox_box":{"_lBox_size":[29,8],"_lBox_tl":[14,7]},"_sBox_title":{"_sBoxTitle_align":"TextAlign_Left","_sBoxTitle_title":null}}}}]],"_sPotatoFlow_sCanvas":{"_sCanvas_box":{"_lBox_size":[50,20],"_lBox_tl":[0,0]}}},{"_controllerMeta_layers":[[1,{"_layerMeta_isCollapsed":true,"_layerMeta_isLocked":false,"_layerMeta_isHidden":false}],[2,{"_layerMeta_isCollapsed":true,"_layerMeta_isLocked":false,"_layerMeta_isHidden":false}],[3,{"_layerMeta_isCollapsed":true,"_layerMeta_isLocked":false,"_layerMeta_isHidden":false}]],"_controllerMeta_pan":[14,7]}]
