File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# dhall-to-cabal change log
22
3- ## Next
3+ ## 1.3.3.0 -- 2019-05-15
44
55* All constructors that previously took an empty record now use the
66 new nullary syntax instead. This is a breaking change for user code.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ cabal-version: 2.4
99-- 'dhall-to-cabal -- dhall-to-cabal.dhall'.
1010-- * * * * * * * * * * * * WARNING * * * * * * * * * * * *
1111name : dhall-to-cabal
12- version : 1.3.2 .0
12+ version : 1.3.3 .0
1313license : MIT
1414license-file : LICENSE
1515maintainer : ollie@ocharles.org.uk
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ in prelude.utils.GitHub-project
104104 , license- files =
105105 [ " LICENSE" ]
106106 , version =
107- v " 1.3.2 .0"
107+ v " 1.3.3 .0"
108108 , library =
109109 prelude. unconditional. library
110110 ( prelude. defaults. Library
You can’t perform that action at this time.
0 commit comments