From bb39c58d60be42a1728918e67a3bb5e9ad910477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Peem=C3=B6ller?= <bjp@informatik.uni-kiel.de> Date: Thu, 6 Sep 2012 10:34:43 +0200 Subject: [PATCH] Version bump because of dependency to curry-base and its API change --- curry-frontend.cabal | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/curry-frontend.cabal b/curry-frontend.cabal index de12b6a5..cf43b091 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 -- GitLab