Skip to content

Releases: clash-lang/ghc-typelits-knownnat

v0.7.10

14 Nov 09:16
Compare
Choose a tag to compare

v0.7.9

10 Oct 14:55
Compare
Choose a tag to compare
  • Support for GHC 9.8.1

v0.7.8

20 Feb 21:20
Compare
Choose a tag to compare
  • Support for GHC-9.6.0.20230210

v0.7.7

10 Oct 16:13
Compare
Choose a tag to compare
  • Add support for GHC 9.4

v0.7.3

25 Jul 12:00
Compare
Choose a tag to compare

v0.7.2

06 Feb 17:01
Compare
Choose a tag to compare
  • Add support for GHC 8.10.1-alpha2

v0.4.1

18 Mar 10:14
Compare
Choose a tag to compare
  • Support GHC 8.4.1

v0.2.2

29 Sep 13:58
Compare
Choose a tag to compare
  • New features:
    • Derive smaller constraints from larger constraints when they differ by a single variable, i.e. KnownNat (a + b), KnownNat b implies KnownNat a.

v0.2.1

19 Aug 09:42
Compare
Choose a tag to compare
  • Fixes bugs:
    • Source location of derived wanted constraints is, erroneously, always set to line 1, column 1

v0.2

17 Aug 09:16
Compare
Choose a tag to compare
  • New features:
    • Handle GHC.TypeLits.-
    • Handle custom, user-defined, type-level operations
    • Thanks to Gabor Greif (@ggreif): derive smaller from larger constraints, i.e. KnownNat (n+1) implies KnownNat n