You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fortran-src.cabal
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
-- documentation, see http://haskell.org/cabal/users-guide/
3
3
4
4
name: fortran-src
5
-
version: 0.1.0.7
5
+
version: 0.2.0.0
6
6
synopsis: Parser and anlyses for Fortran standards 66, 77, 90.
7
7
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.
0 commit comments