diff --git a/CSPM-Interpreter.cabal b/CSPM-Interpreter.cabal
--- a/CSPM-Interpreter.cabal
+++ b/CSPM-Interpreter.cabal
@@ -1,5 +1,5 @@
 Name:                CSPM-Interpreter
-Version:             0.6.0.3
+Version:             0.6.1.0
 
 Synopsis:            An interpreter for CSPM
 Description:
@@ -13,10 +13,10 @@
 License:             BSD3
 category:            Language,Formal Methods,Concurrency
 License-File:        LICENSE
-Author:              2010 - 2012 Marc Fontaine
-Maintainer:          Marc Fontaine <fontaine@cs.uni-duesseldorf.de>
+Author:              2010 - 2013 Marc Fontaine
+Maintainer:          Marc Fontaine <Marc.Fontaine@gmx.de>
 Stability:           experimental
-Tested-With:         GHC == 7.4.1
+Tested-With:         GHC == 7.6.3
 
 cabal-Version:       >= 1.10
 build-type: Simple
@@ -27,10 +27,10 @@
     ,CSPM-CoreLanguage >= 0.3 && < 0.4
     ,prettyclass >= 1.0 && < 1.1
     ,base >= 4.0 && < 5.0
-    ,containers >= 0.4 && < 0.5
+    ,containers >= 0.5 && < 0.6
     ,mtl
     ,array >= 0.4 && <0.5
-    ,syb >= 0.3 && < 0.4
+    ,syb >= 0.4 && < 0.5
 
 
   Default-Language: Haskell2010
