Skip to content

Commit

Permalink
release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Aug 18, 2022
1 parent 1c8c7a4 commit 4a983b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Unreleased
* fix missing parentheses when pretty printing certain syntax #233
* actually export `ParseErrorSimple` from `Parser` (not in export list)
### 0.10.2 (Aug 18, 2022)
* fix missing parentheses when pretty printing certain syntax #233
* fix missing export of `ParseErrorSimple` in `Parser`
* fix inlined includes block order #234

### 0.10.1 (Aug 1, 2022)
* export `ParseErrorSimple` from `Parser`, not internal module `Parser.Monad`
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.10.1
version: 0.10.2
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.10.1'
version: '0.10.2'
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 4a983b6

Please sign in to comment.