Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Feb 15, 2022
1 parent ba5ef99 commit 5724ee2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.3.0 (Unreleased)
## 0.3.0 (2022-02-15)
* Update to fortran-src 0.9.0
* Remove `Language.Fortran.Extras.ModFiles`. The functions are available
in fortran-src 0.9.0. `decodeModFiles` is renamed to
Expand Down
6 changes: 3 additions & 3 deletions fortran-src-extras.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: fortran-src-extras
version: 0.2.0
version: 0.3.0
synopsis: Common functions and utils for fortran-src.
description: Various utility functions and orphan instances which may be useful when using fortran-src.
category: Language
Expand Down Expand Up @@ -43,7 +43,7 @@ library
, bytestring >=0.10.8.1
, containers >=0.5.0.0
, directory >=1.3.0.2
, either
, either >=5.0.0 && <5.1
, filepath >=1.4.1.2
, fortran-src >=0.9.0
, optparse-applicative >=0.14
Expand All @@ -65,7 +65,7 @@ test-suite spec
hspec-discover:hspec-discover
build-depends:
base >=4.7 && <5
, either
, either >=5.0.0 && <5.1
, fortran-src >=0.9.0
, fortran-src-extras
, hspec >=2.2 && <3
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fortran-src-extras
version: 0.2.0
version: 0.3.0
synopsis: Common functions and utils for fortran-src.
description: Various utility functions and orphan instances which may be useful when using fortran-src.
category: Language
Expand All @@ -15,7 +15,7 @@ dependencies:
- base >= 4.7 && <5
- fortran-src >= 0.9.0
- uniplate >= 1.6.10
- either # TODO
- either ^>= 5.0.0

library:
source-dirs: src
Expand Down

0 comments on commit 5724ee2

Please sign in to comment.