Skip to content

Commit

Permalink
jumped to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalh committed Feb 18, 2016
1 parent f355f5f commit 58b82f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion astview.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: astview
Version: 0.4.1
Version: 0.4.2
License: BSD4
License-File: LICENSE
Author:
Expand Down
4 changes: 2 additions & 2 deletions src/core/Language/Astview/Language.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58b82f0

Please sign in to comment.