Skip to content

Commit

Permalink
Release 1.3.0.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles authored Jul 28, 2018
1 parent 15f7877 commit adf0f37
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# dhall-to-cabal change log

## NEXT
## 1.3.0.0 -- 2018-07-28

* `dhall-to-cabal` has a new `--print-default TYPE` flag.
### Breaking API Changes

* `DhallToCabal.dhallToCabal` now takes an `InputSettings` from
`dhall` as its first argument.

### Functional Changes

* `dhall-to-cabal` has a new `--print-default TYPE` flag.

* When reading from a file, `dhall-to-cabal` now interprets imports as
being relative to that file, rather than the current working
directory. (#114)


## 1.2.0.0 -- 2018-07-05

### Breaking API Changes
Expand Down
2 changes: 1 addition & 1 deletion dhall-to-cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cabal-version: 2.2
-- 'dhall-to-cabal -- dhall-to-cabal.dhall > dhall-to-cabal.cabal'.
-- * * * * * * * * * * * * WARNING * * * * * * * * * * * *
name: dhall-to-cabal
version: 1.2.0.0
version: 1.3.0.0
license: MIT
license-file: LICENSE
maintainer: ollie@ocharles.org.uk
Expand Down
2 changes: 1 addition & 1 deletion dhall-to-cabal.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ in prelude.utils.GitHub-project
, license-files =
[ "LICENSE" ]
, version =
v "1.2.0.0"
v "1.3.0.0"
, library =
prelude.unconditional.library
( prelude.defaults.Library
Expand Down

0 comments on commit adf0f37

Please sign in to comment.