We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fda2b0 commit 16b3c41Copy full SHA for 16b3c41
CHANGELOG.md
@@ -1,4 +1,11 @@
1
-### 0.2.1.1
+### 0.2.1.1 (May 18, 2018)
2
3
-* Add Fortran 95 support
+* Extend Fortran 95 support
4
* Extend support for legacy extensions
5
+
6
+### 0.2.1.1 (December 13, 2017)
7
8
+* Fortran95Experimental module renamed to Fortran95
9
+* No infinite loops due to symlinks.
10
+* Fortran 95 support.
11
+ * AST extended to support more non-standard statements internally.
fortran-src.cabal
@@ -13,7 +13,7 @@ maintainer: [email protected]
13
-- copyright:
14
category: Language
15
build-type: Simple
16
--- extra-source-files:
+extra-source-files: CHANGELOG.md
17
cabal-version: >=1.10
18
source-repository head
19
type: git
0 commit comments