All Versions
58
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v1.23.0 Changes

    • ๐Ÿ‘‰ show instance for SrcLoc and SrcSpan renders "(-1)" instead of "-1"
    • ๐Ÿ‘ Allow empty closed type families (#452)
  • v1.22.0 Changes

    • โž• Add support for BlockArguments (#444)
      • Technically breaking change: KnownExtension gained a new constructor BlockArguments
    • โž• Add support for Arrow Brackets (#445)
      • Tecnically breaking change: Exp gained new constructor ArrOp
  • v1.21.1 Changes

    • ๐Ÿ‘Œ Support QuantifiedConstraints (#427)
      • Breaking change: constructors for PAsst changed
      • Technically breaking change: KnownExtention gained a new constructor QuantifiedConstraints
    • ๐Ÿ‘Œ Support Template Haskell typed splices and quotations (#432)
      • Breaking change: new constructors on Token data type
    • ๐Ÿ›  Fix unicode identifier parsing (#442)
  • v1.21.0 Changes

    • GHC 8.8.1 compatibility (MonadFail)
  • v1.20.3 Changes

    • DerivingVia (#420)
    • TypeInType (#414)
    • ๐Ÿ“œ Parse TH-quoted list constructor (#415)
  • v1.20.2 Changes

    • GHC 8.6.1 compatability (MonadFail)
    • โœ‚ Remove cpphs dependency
  • v1.20.1 Changes

    • โž• Add fixity of (&)
    • GHC 8.4.1 compatability
  • v1.20.0 Changes

    • ๐Ÿ›  Fix two test failures
  • v1.19.1 Changes

    • โšก๏ธ GHC 8.2 updates
    • โž• Add some missing Generics instances (#380)
    • ๐Ÿ‘Œ Support Template Haskell pattern splices (#352)
    • ๐Ÿ›  Fix overloaded labels starting with _ (#362)
    • ๐Ÿ˜Œ Relax MultiParamTypeClass check (#333)
    • DeriveAnyClass (#337)
    • Deriving Strategies (#387)
    • OVERLAPS/OVERLAPPING/OVERLAPPABLE pragmas
    • Unboxed Sums
    • Expression holes in infix expressions
    • ๐Ÿ‘Œ Support multiple pattern synonyms per pattern synonym signature
    • COMPLETE pragmas
    • ๐Ÿ›  Fix #309, remove unnecessary semi-colon from pretty printer
    • Refine ExplicitNamespaces to properly export type operators
  • v1.19.0 Changes

    • โช Revert making fields of SrcLoc strict. (#340)