Skip to content

Commit

Permalink
Bump aeson-yaml, and add YAML regression test for 'y' (#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmn committed Oct 15, 2019
1 parent 1cd856a commit 5087e4d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dhall-json/dhall-json.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Library
HsYAML-aeson >= 0.2 && < 0.3
else
Build-Depends:
aeson-yaml >= 1.0.1 && < 1.1
aeson-yaml >= 1.0.2 && < 1.1

Executable dhall-to-json
Hs-Source-Dirs: dhall-to-json
Expand Down
1 change: 1 addition & 0 deletions dhall-json/tasty/data/normal.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
, text = ./yaml.txt as Text
, int_value = 1
, bool_value = True
, yes = "y"
}
1 change: 1 addition & 0 deletions dhall-json/tasty/data/normal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ int_value: 1
string_value: 2000-01-01
text: |
Plain text
yes: y
1 change: 1 addition & 0 deletions dhall-json/tasty/data/quoted.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
, text = ./yaml.txt as Text
, int_value = 1
, bool_value = True
, yes = "y"
}
1 change: 1 addition & 0 deletions dhall-json/tasty/data/quoted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
'string_value': '2000-01-01'
'text': |
Plain text
'yes': 'y'
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extra-deps:
- HsYAML-aeson-0.2.0.0@sha256:04796abfc01cffded83f37a10e6edba4f0c0a15d45bef44fc5bb4313d9c87757,1791
- ordered-containers-0.2.2@sha256:ebf2be3f592d9cf148ea6b8375f8af97148d44f82d8d04476899285e965afdbf,810
- lsp-test-0.6.1.0@sha256:df0fc403c03b6d036be13de3ff23d9951ae2506080135cd6862eded2c969a6da,3483
- aeson-yaml-1.0.1.0@sha256:2861ca3a35120f0a3a06b209174e4530529861956c0443ef57a2f2f09de9cbee,1975
- aeson-yaml-1.0.2.0@sha256:c578472845478a35756131f4f4a6a929a9021aa2e494e6efe610c033e09868d0,1975
nix:
packages:
- ncurses
Expand Down

0 comments on commit 5087e4d

Please sign in to comment.