Skip to content

Commit

Permalink
Update expected case to match etlas defs
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Aug 27, 2019
1 parent 3c33067 commit 562d868
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions golden-tests/cabal-to-dhall/simple.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ let prelude = ./../../dhall/prelude.dhall
let types = ./../../dhall/types.dhall

in prelude.defaults.Package
{ name =
{ cabal-version =
prelude.v "2.0"
, license =
types.License.Unspecified
, name =
"test"
, version =
prelude.v "1.0"
, cabal-version =
prelude.v "2.0"
}

0 comments on commit 562d868

Please sign in to comment.