Skip to content

Commit 3ab3c4b

Browse files
author
Mistral Contrastin
committed
Up package version to 0.2.0.0 for breaking compat.
1 parent cccf6c7 commit 3ab3c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortran-src.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: fortran-src
5-
version: 0.1.0.7
5+
version: 0.2.0.0
66
synopsis: Parser and anlyses for Fortran standards 66, 77, 90.
77
description: Provides lexing, parsing, and basic analyses of Fortran code covering standards: FORTRAN 66, FORTRAN 77, and Fortran 90. Includes data flow and basic block analysis, a renamer, and type analysis. For example usage, see the 'camfort' project, which uses fortran-src as its front end.
88
bug-reports: https://github.com/camfort/fortran-src/issues

0 commit comments

Comments
 (0)