diff --git a/compdata-automata.cabal b/compdata-automata.cabal
--- a/compdata-automata.cabal
+++ b/compdata-automata.cabal
@@ -1,5 +1,5 @@
 Name:			compdata-automata
-Version:		0.9.1
+Version:		0.9.2
 Synopsis:            	Tree automata on Compositional Data Types
 Description:
   This library extends the @compdata@ package with advanced recursion
@@ -16,7 +16,7 @@
 License:                BSD3
 License-file:           LICENSE
 Author:                 Patrick Bahr
-Maintainer:             paba@di.ku.dk
+Maintainer:             paba@itu.dk
 Build-Type:             Simple
 Cabal-Version:          >=1.9.2
 bug-reports:            https://github.com/pa-ba/compdata-automata/issues
@@ -32,7 +32,7 @@
 library
   Exposed-Modules:      Data.Comp.Automata
                         Data.Comp.MacroAutomata
-  Build-Depends:	base >= 4.7 && < 5, containers, compdata >= 0.9 && < 0.12, projection
+  Build-Depends:	base >= 4.7 && < 5, containers, compdata >= 0.9, projection
   hs-source-dirs:	src
   ghc-options:          -W
 
@@ -44,8 +44,13 @@
   ghc-options:          -W -O2
   -- Disable short-cut fusion rules in order to compare optimised and unoptimised code.
   cpp-options:          -DNO_RULES
-  Build-Depends:        base >= 4.7 && < 5, containers, compdata >= 0.9 && < 0.12, projection, criterion
+  Build-Depends:        base >= 4.7 && < 5, containers, compdata >= 0.9, projection, criterion
+  Other-Modules:        Data.Comp.Automata
+                        Data.Comp.MacroAutomata
+                        DataTypes.Mono
+                        Functions.Mono
 
+  
 source-repository head
   type:     git
   location: https://github.com/pa-ba/compdata-automata
