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

Changelog History

  • v0.2.4.0 Changes

    • Compatibility with GHC-8.10

    • Behavior change in reification of type family instances. Instead of erroring if the instance mentions a kind variable, now just ignores it.

  • v0.2.3.1 Changes

    • Compatibility with GHC-8.8
  • v0.2.3.0 Changes

    • ๐Ÿ‘Œ Improved fix to the type variable behavior with GHC <= 7.10. Uses Any in place of type variables instead of (), to allow for more kinds than just * and Constraint.
  • v0.2.2.0 Changes

    • ๐Ÿ›  Fixes derive and instantiator mechanisms to work with ghc 7.10 and earlier. Previously, invocation was broken when type variables were used.

    • ๐Ÿ›  Fixes freeVarsT - it now looks through more constructors of Type.

    • โž• Adds dequalifyTyVars to dequalify every type variable.

  • v0.2.0.1 Changes

    • ๐Ÿ›  Fixes build on 7.8

    • ๐Ÿ›  Fixes warnings

  • v0.2.0.0 Changes

    • โž• Adds TH.ReifySimple, which supports reifying most of the information TH users care about.

    • โž• Adds some utilities based on SYB, which is often useful for TH.

    • ๐Ÿ‘‰ Makes relative path stuff less noisyi with GHCi.

  • v0.1.0.0 Changes

    • ๐Ÿš€ First public release