From d4eae3a88ae39b2c17aabd172e7888e939e82284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Peem=C3=B6ller?= <bjp@informatik.uni-kiel.de> Date: Mon, 23 Dec 2013 17:19:26 +0100 Subject: [PATCH] Version up to 0.3.9 --- CHANGELOG.md | 4 ++-- curry-frontend.cabal | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8721fa96..0869140e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Change log for curry-frontend ============================= -Version 0.3.9 (under development) -================================= +Version 0.3.9 +============= * Implementation of module pragmas added. Module pragmas of the following types are now parsed and represented in the abstract syntax tree: diff --git a/curry-frontend.cabal b/curry-frontend.cabal index b9c69580..d0c14677 100644 --- a/curry-frontend.cabal +++ b/curry-frontend.cabal @@ -1,5 +1,5 @@ Name: curry-frontend -Version: 0.3.8 +Version: 0.3.9 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.8 + curry-base == 0.3.9 , containers, either, mtl, transformers ghc-options: -Wall Other-Modules: -- GitLab