BSD-3-Clause licensed by Matt Parsons
Maintained by [email protected]
This version can be pinned in stack with:lift-type-0.1.1.1@sha256:f7f5e5922f202364b2392e8c1282ca203f17fcc3e7d222b474109d12017941fb,1095

Module documentation for 0.1.1.1

Used by 1 package in nightly-2023-03-24(full list with versions):

lift-type

This library provides a utility function liftType which accepts a type application argument and returns the Template Haskell Type representation of it.

Changes

Changelog for lift-typeable

0.1.1.1

  • Fix lifting the Data.Kind.Type into a TemplateHaskell.Type #9

0.1.1.0

  • Cleanup and a slight performance improvement #7
  • Implement typeRepToType :: SomeTypeRep -> Type #8

0.1.0.1

  • Support GHC 8.2.2, which evidently required TypeInType for the forall k (a :: k) signature.

0.1.0.0

  • Initial release