Skip to content

Commit

Permalink
release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Dec 9, 2021
1 parent 42cf26e commit f2c8a53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.6.2 (Unreleased)
### 0.7.0 (Dec 09, 2021)
* No longer treat `!` in strings as comments in continuation reformatter
(thanks @envp) #179
* CI builds on Mac; more release automation #181 #189
Expand All @@ -15,8 +15,8 @@
* Kind parameters are also made explicit.
* Libraries with custom real literal parsing should be able to replace it
with `readRealLit :: (Fractional a, Read a) => RealLit -> a`.
* Parse BOZ literal constants into their own `Value` constructor (instead of
together with integers) #194
* BOZ literal constants receive their own `Value` constructor (instead of
sharing one with integers) #194
* Also parse them to an intermediate data type and provide handling
functions.

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.6.1
version: 0.7.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.6.1'
version: '0.7.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 f2c8a53

Please sign in to comment.