Commit c8f0fc4 1 parent 1eae788 commit c8f0fc4 Copy full SHA for c8f0fc4
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# dhall-to-cabal change log
2
2
3
- ## Next
3
+ ## 1.3.3.0 -- 2019-05-15
4
4
5
5
* All constructors that previously took an empty record now use the
6
6
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
9
9
-- 'dhall-to-cabal -- dhall-to-cabal.dhall'.
10
10
-- * * * * * * * * * * * * WARNING * * * * * * * * * * * *
11
11
name : dhall-to-cabal
12
- version : 1.3.2 .0
12
+ version : 1.3.3 .0
13
13
license : MIT
14
14
license-file : LICENSE
15
15
maintainer : ollie@ocharles.org.uk
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ in prelude.utils.GitHub-project
104
104
, license- files =
105
105
[ " LICENSE" ]
106
106
, version =
107
- v " 1.3.2 .0"
107
+ v " 1.3.3 .0"
108
108
, library =
109
109
prelude. unconditional. library
110
110
( prelude. defaults. Library
You can’t perform that action at this time.
0 commit comments