Skip to content

Releases: dhall-lang/dhall-haskell

1.38.1

27 Mar 05:16
08103a1

Choose a tag to compare

1.38.0

28 Jan 15:19
8d03b21

Choose a tag to compare

  • BREAKING CHANGE: Detect preferred character set from input
    • dhall format will now preserve the character set of the formatted file
      by default. In other words, if the file uses ASCII punctuation then
      dhall format will format the file using ASCII punctuation.
    • If the file contains both ASCII and Unicode punctuation it will prefer
      Unicode by default
    • This is a breaking change because the Lam / Pi / Combine /
      CombineTypes, and Prefer constructors now take an additional argument
      to record which character set was used
  • BUG FIX: Fix CORS compliance check
    • Previous versions were not correctly enforcing CORS compliance
    • This implies that some imports that would have worked previously by
      accident will now fail; specifically: an import from one domain
      transitively importing something from another domain that has not opted
      into CORS
  • Add ToDhall (Fix f) instance
  • Fixes and improvements to error messages

1.37.1

17 Dec 04:35
85eabc2

Choose a tag to compare

1.37.0

07 Dec 05:06
3cf2348

Choose a tag to compare

1.36.0

21 Oct 04:13
eb0327c

Choose a tag to compare

1.35.0

11 Sep 05:01
5c503f0

Choose a tag to compare

1.34.0

03 Aug 05:13
da64b38

Choose a tag to compare

1.33.1

23 Jun 05:04
160eac3

Choose a tag to compare

1.33.0

18 Jun 14:59
20f9ee3

Choose a tag to compare

1.32.0

09 May 21:59
9afffae

Choose a tag to compare