diff --git a/app/Main.hs b/app/Main.hs index 6e39d369..29c29b5f 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -51,7 +51,7 @@ programName :: String programName = "fortran-src" showVersion :: String -showVersion = "0.16.0" +showVersion = "0.16.1" main :: IO () main = do diff --git a/fortran-src.cabal b/fortran-src.cabal index e8127366..eb1d6315 100644 --- a/fortran-src.cabal +++ b/fortran-src.cabal @@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.36.0. +-- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: fortran-src -version: 0.16.0 +version: 0.16.1 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 @@ project, which uses fortran-src as its front end. category: Language diff --git a/package.yaml b/package.yaml index 20d22e16..8c933531 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: fortran-src -version: '0.16.0' +version: '0.16.1' 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