Skip to content

Commit

Permalink
release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Oct 19, 2022
1 parent 50636ba commit 3c1fb3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
### Unreleased (major ver.)
* clean up F77 include inlining
* clean up F77 include inlining (#245, @RaoulHC)
* directly export F77 include parser at `f77lIncludesNoTransform`
* `f77lIncIncludes :: String -> ByteString -> IO [Block A0]` should now be
defined by the user e.g. `\fn bs -> throwIOLeft $ f77lIncludesNoTransform
fn bs`
* `Language.Fortran.Analysis.SemanticTypes`: alter `SemType` constructor
`TArray` to support assumed-size (e.g. `integer arr(*)`) arrays (#244)
* `Language.Fortran.Rewriter`: fix inline comment padding (#242, @RaoulHC)

### 0.11.0 (Oct 10, 2022)
* add strong Fortran value & type representation at `Language.Fortran.Repr`
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.11.0
version: 0.12.0
synopsis: Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial).
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.
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.11.0'
version: '0.12.0'
synopsis: Parsers and analyses for Fortran standards 66, 77, 90, 95 and 2003 (partial).
description: >-
Provides lexing, parsing, and basic analyses of Fortran code covering
Expand Down

0 comments on commit 3c1fb3c

Please sign in to comment.