Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Sep 17, 2021
1 parent 6cc0d72 commit db96b96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.6.1 (Sep 17, 2021)
* Properly include test data in package dist (in preparation for placing on
Stackage)

### 0.6.0 (Sep 03, 2021)
* IF and CASE block constructs are now parsed as blocks at parsing instead of
as a post-parse transformation (no intermediate statement representation)
Expand Down
2 changes: 1 addition & 1 deletion fortran-src.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: fortran-src
version: 0.6.0
version: 0.6.1
synopsis: Parsers and analyses for Fortran standards 66, 77, 90 and 95.
description: Provides lexing, parsing, and basic analyses of Fortran code covering standards: FORTRAN 66, FORTRAN 77, Fortran 90, and Fortran 95 and some legacy extensions. Includes data flow and basic block analysis, a renamer, and type analysis. For example usage, see the 'camfort' project, which uses fortran-src as its front end.
category: Language
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fortran-src
version: '0.6.0'
version: '0.6.1'
synopsis: Parsers and analyses for Fortran standards 66, 77, 90 and 95.
description: ! 'Provides lexing, parsing, and basic analyses of Fortran code covering
standards: FORTRAN 66, FORTRAN 77, Fortran 90, and Fortran 95 and some legacy extensions.
Expand Down

0 comments on commit db96b96

Please sign in to comment.