Skip to content

Commit db96b96

Browse files
committed
Release 0.6.1
1 parent 6cc0d72 commit db96b96

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.6.1 (Sep 17, 2021)
2+
* Properly include test data in package dist (in preparation for placing on
3+
Stackage)
4+
15
### 0.6.0 (Sep 03, 2021)
26
* IF and CASE block constructs are now parsed as blocks at parsing instead of
37
as a post-parse transformation (no intermediate statement representation)

fortran-src.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: fortran-src
8-
version: 0.6.0
8+
version: 0.6.1
99
synopsis: Parsers and analyses for Fortran standards 66, 77, 90 and 95.
1010
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.
1111
category: Language

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fortran-src
2-
version: '0.6.0'
2+
version: '0.6.1'
33
synopsis: Parsers and analyses for Fortran standards 66, 77, 90 and 95.
44
description: ! 'Provides lexing, parsing, and basic analyses of Fortran code covering
55
standards: FORTRAN 66, FORTRAN 77, Fortran 90, and Fortran 95 and some legacy extensions.

0 commit comments

Comments
 (0)