diff --git a/cudd.cabal b/cudd.cabal
--- a/cudd.cabal
+++ b/cudd.cabal
@@ -1,7 +1,7 @@
 -- Initial cudd.cabal generated by cabal init.  For further 
 -- documentation, see http://haskell.org/cabal/users-guide/
 name:                cudd
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Bindings to the CUDD binary decision diagrams library
 description:         
     Bindings to version 2.5.0 of the CUDD binary decision diagrams library. 
@@ -42,13 +42,29 @@
 
 
 library
-  exposed-modules:     Cudd.File, Cudd.Convert, Cudd.Reorder, Cudd.MTR, Cudd.Hook, Cudd.Common, Cudd.C, Cudd.Cudd, Cudd.GC, Cudd.Imperative
-  other-modules:       Cudd.ForeignHelpers
-  other-extensions:    ForeignFunctionInterface, CPP, FlexibleContexts, RankNTypes, EmptyDataDecls
-  build-depends:       base >=4.6 && <4.8, mtl >=2.1 && <2.3, array >=0.4 && <0.6, transformers >=0.3 && <0.5
-  -- hs-source-dirs:      
-  build-tools:         c2hs, hsc2hs
-  default-language:    Haskell2010
-  include-dirs:        .
-  c-sources:           c_sources/cuddwrap.c, c_sources/stubs.c
-  extra-libraries:     cudd, mtr, st, util, epd, dddmp, m
+    exposed-modules:     
+        Cudd.File, 
+        Cudd.Convert, 
+        Cudd.Reorder, 
+        Cudd.MTR, 
+        Cudd.Hook, 
+        Cudd.Common, 
+        Cudd.C, 
+        Cudd.Cudd, 
+        Cudd.GC, 
+        Cudd.Imperative
+    other-modules:       Cudd.ForeignHelpers
+    other-extensions:    ForeignFunctionInterface, CPP, FlexibleContexts, RankNTypes, EmptyDataDecls
+    build-depends:       
+        base         >=4.7 && <4.9, 
+        mtl          >=2.1 && <2.3, 
+        array        >=0.4 && <0.6, 
+        transformers >=0.3 && <0.5
+    -- hs-source-dirs:      
+    build-tools:         c2hs, hsc2hs
+    default-language:    Haskell2010
+    include-dirs:        .
+    c-sources:           
+        c_sources/cuddwrap.c, 
+        c_sources/stubs.c
+    extra-libraries:     cudd, mtr, st, util, epd, dddmp, m
