diff --git a/curry-frontend.cabal b/curry-frontend.cabal
index de12b6a561e105b8c52b4c8782b749fbcba0c1a4..cf43b09142ec60509f0b4ae89c30782d37fb8f3a 100644
--- a/curry-frontend.cabal
+++ b/curry-frontend.cabal
@@ -1,5 +1,5 @@
 Name:          curry-frontend
-Version:       0.3.0
+Version:       0.3.1
 Cabal-Version: >= 1.6
 Synopsis:      Compile the functional logic language Curry to several
                intermediate formats
@@ -35,7 +35,7 @@ Executable cymake
   else
     Build-Depends: base == 3.*
   Build-Depends:
-    curry-base >= 0.3.0
+    curry-base == 0.3.1
     , mtl, old-time, containers, pretty, transformers
   ghc-options: -Wall
   Other-Modules:
@@ -43,7 +43,6 @@ Executable cymake
     , Base.Expr
     , Base.Messages
     , Base.NestEnv
-    , Base.OldScopeEnv
     , Base.SCC
     , Base.ScopeEnv
     , Base.Subst