From 9f2d60d2a0222edfad367cb9cf94f7bb3f48e8ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Peem=C3=B6ller?= <bjp@informatik.uni-kiel.de>
Date: Mon, 2 Sep 2013 16:24:48 +0200
Subject: [PATCH] Version up to 0.3.8

---
 curry-frontend.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/curry-frontend.cabal b/curry-frontend.cabal
index e7bdec73..e2a5d50a 100644
--- a/curry-frontend.cabal
+++ b/curry-frontend.cabal
@@ -1,5 +1,5 @@
 Name:          curry-frontend
-Version:       0.3.7
+Version:       0.3.8
 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.7
+    curry-base == 0.3.8
     , containers, either, mtl, pretty, transformers
   ghc-options: -Wall
   Other-Modules:
-- 
GitLab