All Versions
21
Latest Version
Avg Release Cycle
63 days
Latest Release
1526 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.2.5.0 Changes
August 09, 2017- โ Added
pragLineDCompat
,newtypeDCompat
andtySynInstDCompat
- โ Added
-
v0.2.4.0 Changes
July 31, 2017- ๐ Fix bug that caused GADT equality constraints to be incorrect in some cases.
- ๐ฆ Expose
Unpackedness
andStrictness
(which were unexported by accident).
-
v0.2.3.0 Changes
June 26, 2017- โ Add
resolvePredSynonyms
- โ Add
reifyConstructor
, which allows reification ofConstructorInfo
from a constructor name, andlookupByConstructorName
, which allows directly looking up aConstructorInfo
from aDatatypeInfo
value for a given constructorName
. - Augment
reifyDatatype
to be able to look upDatatypeInfo
from theName
of a record selector for one of its constructors. Also addreifyRecord
for reification of ofConstructorInfo
from a record name, andlookupByRecordName
, which allows directly looking up aConstructorInfo
from aDatatypeInfo
value for a given recordName
. - ๐ Fix bug that caused
th-abstraction
to fail on GHC 7.0 and 7.2 when passing a vanilla constructor name toreifyDatatype
- ๐ Make
normalizeDec
andnormalizeCon
more robust with respect to data family instances on GHC 7.6 and 7.8
- โ Add
-
v0.2.2.0 Changes
June 10, 2017- ๐ Fix
freeVariables
on lists not not produce duplicates.
- ๐ Fix
-
v0.2.1.0 Changes
June 09, 2017- โ Add sensible reify defaults and error messages when we can't backport fixes to old GHC Template Haskell output due to hand-written Decs being processed.
-
v0.2.0.0 Changes
June 03, 2017- โ Added
reifyFixityCompat
- โ Added
constructorStrictness
field toConstructorInfo
- Infer more kind signatures when missing on old GHCs
- โ Added parameter to
normalizeCon
- ๐ Support GHC back to 7.0.4
- โ Added
-
v0.1.3.0 Changes
May 27, 2017- โ Added
resolveInfixT
which uses reified fixity information to resolveUInfixT
- โ Added
asEqualPred
andasClassPred
- ๐ Fixed data-instance GADTs
- โ Added
-
v0.1.2.1 Changes
May 21, 2017- โ Add eta reduction fixes to GHC 7.6
-
v0.1.2.0 Changes
May 21, 2017- โ Added
arrowKCompat
- โ Added workaround for GHC 7.8 data instance eta reduction bug
- โ Added kind signatures to datatypeVars
- โ Added
-
v0.1.1.0 Changes
May 20, 2017- ๐ Better matching of constraints generated for GADTs across GHC versions
- โ Added
dataDCompat
- ๐ Support for giving value constructors to reifyDatatype. This enables data families to be reified easily.