Skip to content

Commit 4a890fa

Browse files
committed
release 0.14.0
1 parent 458ae00 commit 4a890fa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.14.0 (Mar 21, 2023)
2+
* provide extended evaluated array dimensions type at
3+
`Language.Fortran.Common.Array` (#261, @raehik)
4+
* replace the previous `Dimensions` type in
5+
`Language.Fortran.Analysis.SemanticTypes`
6+
17
### 0.13.0 (Mar 14, 2023)
28
* better handling for line directives in free form lexer (#248, @mrd)
39
* don't inline solo includes in relevant F77 parsers (#245, @RaoulHC)

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.13.0
8+
version: 0.14.0
99
synopsis: Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial).
1010
description: Provides lexing, parsing, and basic analyses of Fortran code covering standards: FORTRAN 66, FORTRAN 77, Fortran 90, Fortran 95, Fortran 2003 (partial) and some legacy extensions. Includes data flow and basic block analysis, a renamer, and type analysis. For example usage, see the @<https://hackage.haskell.org/package/camfort 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.13.0'
2+
version: '0.14.0'
33
synopsis: Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial).
44
description: >-
55
Provides lexing, parsing, and basic analyses of Fortran code covering

0 commit comments

Comments
 (0)