diff --git a/processing-for-haskell.cabal b/processing-for-haskell.cabal
--- a/processing-for-haskell.cabal
+++ b/processing-for-haskell.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.0
+version:             0.1.0.1
 
 -- A short (one-line) description of the package.
 synopsis:           Computer graphics for kids and artists with Processing implemented in Haskell. 
@@ -48,6 +48,17 @@
 
 -- Constraint on the version of Cabal needed to build this package.
 cabal-version:       >=1.10
+
+Stability:     Experimental
+
+Tested-With:   GHC==8.0.1
+
+Homepage:        https://github.com/anton-k/processing-for-haskell
+Bug-Reports:     https://github.com/anton-k/processing-for-haskell/issues
+
+Source-repository head
+    Type: git
+    Location: https://github.com/anton-k/processing-for-haskell
 
 
 library
