Skip to content

Commit 4a1edfc

Browse files
committed
bump version
1 parent a0c78d2 commit 4a1edfc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ programName :: String
5151
programName = "fortran-src"
5252

5353
showVersion :: String
54-
showVersion = "0.16.0"
54+
showVersion = "0.16.1"
5555

5656
main :: IO ()
5757
main = do

fortran-src.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.36.0.
3+
-- This file has been generated from package.yaml by hpack version 0.37.0.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: fortran-src
8-
version: 0.16.0
8+
version: 0.16.1
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.16.0'
2+
version: '0.16.1'
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)