diff --git a/images/workflow-extra.png b/images/workflow-extra.png
new file mode 100644
Binary files /dev/null and b/images/workflow-extra.png differ
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -11,10 +11,8 @@
 packages:
 - .
 # - ../spiros
-
 - ../workflow-types
 
 extra-deps:
 - spiros-0.0.0
-
-- workflow-types-0.0.0
+- workflow-types-0.0.1
diff --git a/workflow-extra.cabal b/workflow-extra.cabal
--- a/workflow-extra.cabal
+++ b/workflow-extra.cabal
@@ -1,7 +1,20 @@
 name:                workflow-extra
-version:             0.0.0
-synopsis:            TODO
-description:         TODO
+version:             0.0.1
+synopsis:            Utilities (e.g. Googling the clipboard contents) for the `workflow` pacakge
+description:         
+ .
+ Over functions to defined your own custom workflows, which should be shareable across platforms. (for example, the usage of "M-c" ("meta") over "A-c" ("alt") or "C-c" ("control") is encouraged).
+ .
+ documention at "Workflow.Derived".
+ . 
+ see the source of "Workflow.Derived.Main" for an example.
+ .
+ Combine with one of the platform-specific packages (@workflow-osx@, @workflow-windows@, @workflow-x11@, etc) with "Workflow.Derived.Repl" to verify that the bindings behave correctly on your system.
+ .
+ transitive dependencies:
+ .
+ <<images/workflow-extra.png>>
+
 homepage:            http://github.com/sboosali/workflow-extra#readme
 license:             BSD3
 license-file:        LICENSE
@@ -22,7 +35,7 @@
   .travis.yml
   HLint.hs
   stack.yaml
-  workflow-extra.png
+  images/*.png
 
 -- data-files:
 --  data/
@@ -141,8 +154,8 @@
  build-depends:
     base
   , workflow-extra
-  , hspec ==2.2.*
-  , QuickCheck ==2.8.*
+  , hspec 
+  , QuickCheck 
   -- , tasty
   -- , tasty-quickcheck
 
diff --git a/workflow-extra.png b/workflow-extra.png
deleted file mode 100644
Binary files a/workflow-extra.png and /dev/null differ
