Skip to content

Commit 58b82f0

Browse files
committed
jumped to 0.4.2
1 parent f355f5f commit 58b82f0

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGES

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
// release history with features and fixed and open bugs
22

33
new features implemented in master branch but not part of the latest release
4-
* new language: haskell core (write high level haskell and see the core ast)
4+
- - -
5+
6+
0.4.2
7+
* new language: Haskell core (edit high level Haskell and see the core ast)
58

69
0.4.1
7-
* distinguish between source positions and spans
10+
* distinguish between source positions and spans
811

912
0.4
1013
* allowed jumping from text location to corresponding tree (and back)

astview.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: astview
2-
Version: 0.4.1
2+
Version: 0.4.2
33
License: BSD4
44
License-File: LICENSE
55
Author:

src/core/Language/Astview/Language.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ states how their files shall be processed by astview.
44
-}
55
module Language.Astview.Language
66
( Language(..)
7-
, SrcSpan(SrcSpan)
8-
, SrcPos(SrcPos)
7+
, SrcSpan(..)
8+
, SrcPos(..)
99
, position
1010
, linear
1111
, span

0 commit comments

Comments
 (0)