Skip to content

dhall-1.11.1

Compare
Choose a tag to compare
@Gabriella439 Gabriella439 released this 22 Jul 14:44
· 1447 commits to main since this release
4a085aa
  • Support GHC 8.4
  • Fix α-normalization bug
    • Note that this is not a type-checking bug. This only affects users who
      were directly using the alphaNormalize function from the Haskell API
      because let expressions were not correctly α-normalized
    • See: #319
  • Slight tweak to syntax highlighting
  • Increase upper bound on ansi-terminal and exceptions