From 58b82f081ccd22a35da89ff88fb5015a73cee08b Mon Sep 17 00:00:00 2001 From: Pascal Hof Date: Thu, 18 Feb 2016 14:29:59 +0100 Subject: [PATCH] jumped to 0.4.2 --- CHANGES | 7 +++++-- astview.cabal | 2 +- src/core/Language/Astview/Language.hs | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 08fe023..fb0ec06 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,13 @@ // release history with features and fixed and open bugs new features implemented in master branch but not part of the latest release -* new language: haskell core (write high level haskell and see the core ast) +- - - + +0.4.2 +* new language: Haskell core (edit high level Haskell and see the core ast) 0.4.1 -* distinguish between source positions and spans +* distinguish between source positions and spans 0.4 * allowed jumping from text location to corresponding tree (and back) diff --git a/astview.cabal b/astview.cabal index dbaa2fb..73c31b1 100755 --- a/astview.cabal +++ b/astview.cabal @@ -1,5 +1,5 @@ Name: astview -Version: 0.4.1 +Version: 0.4.2 License: BSD4 License-File: LICENSE Author: diff --git a/src/core/Language/Astview/Language.hs b/src/core/Language/Astview/Language.hs index 4d7a8ba..d0bd216 100644 --- a/src/core/Language/Astview/Language.hs +++ b/src/core/Language/Astview/Language.hs @@ -4,8 +4,8 @@ states how their files shall be processed by astview. -} module Language.Astview.Language ( Language(..) - , SrcSpan(SrcSpan) - , SrcPos(SrcPos) + , SrcSpan(..) + , SrcPos(..) , position , linear , span