diff --git a/sifflet.cabal b/sifflet.cabal
--- a/sifflet.cabal
+++ b/sifflet.cabal
@@ -1,5 +1,5 @@
 name: sifflet
-version: 2.1.0
+version: 2.2.0
 cabal-version: >= 1.8
 build-type: Simple
 license: BSD3
@@ -17,12 +17,10 @@
   Sifflet show the intermediate steps of the computation
   on the diagram, and can expand function calls to show further details.
   It is intended as an aid for learning about recursion.
-  Version 2.0.0.0 adds partial support for higher-order functions, like map 
-  and filter.
 category: 
   Language 
   , Visual Programming
-tested-with: GHC == 7.4.2
+tested-with: GHC == 7.4.2, GHC == 7.6.3
 -- data-files: filename list
 -- data-dir: directory
 -- extra-tmp-files: filename list
@@ -52,7 +50,7 @@
     mtl >= 1.1 && < 2.2,
     parsec >= 2.1.0.1 && < 3.2, 
     process >= 1.0 && < 1.2,
-    sifflet-lib >= 2.1 && < 2.2
+    sifflet-lib >= 2.2 && < 2.3
 
   if !os(windows)
     build-depends: unix >= 2.3 && < 2.6
