Skip to content

Commit 0ab7446

Browse files
authored
Release 1.3.4.0 (#174)
1 parent de370ef commit 0ab7446

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Next -- [YYYY-MM-DD]
44

5+
## 1.3.4.0 -- 2019-07-05
6+
57
* Add compatibility for `optparse-applicative-0.15`.
68

79
* Remove `dhall/types/CustomSetup.dhall` in favour of the identical
@@ -19,6 +21,8 @@
1921
* Teach `--print-type` about `Dependency`, `SetupBuildInfo`, `TestType`,
2022
`Mixin` and `Flag`.
2123

24+
* Use `dhall` version 1.24.
25+
2226
## 1.3.3.0 -- 2019-05-15
2327

2428
* All constructors that previously took an empty record now use the

dhall-to-cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cabal-version: 2.4
99
-- 'dhall-to-cabal -- dhall-to-cabal.dhall'.
1010
-- * * * * * * * * * * * * WARNING * * * * * * * * * * * *
1111
name: dhall-to-cabal
12-
version: 1.3.3.0
12+
version: 1.3.4.0
1313
license: MIT
1414
license-file: LICENSE
1515
maintainer: ollie@ocharles.org.uk

dhall-to-cabal.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ in prelude.utils.GitHub-project
108108
, license-files =
109109
[ "LICENSE" ]
110110
, version =
111-
v "1.3.3.0"
111+
v "1.3.4.0"
112112
, library =
113113
prelude.unconditional.library
114114
( prelude.defaults.Library

0 commit comments

Comments
 (0)