Skip to content

Commit 4a983b6

Browse files
committed
release 0.10.2
1 parent 1c8c7a4 commit 4a983b6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
### Unreleased
2-
* fix missing parentheses when pretty printing certain syntax #233
3-
* actually export `ParseErrorSimple` from `Parser` (not in export list)
1+
### 0.10.2 (Aug 18, 2022)
2+
* fix missing parentheses when pretty printing certain syntax #233
3+
* fix missing export of `ParseErrorSimple` in `Parser`
4+
* fix inlined includes block order #234
45

56
### 0.10.1 (Aug 1, 2022)
67
* export `ParseErrorSimple` from `Parser`, not internal module `Parser.Monad`

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.10.1
8+
version: 0.10.2
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.10.1'
2+
version: '0.10.2'
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)