All Versions
23
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.1.1 Changes
- Made compatible with HEAD after change in role annotation syntax.
-
v1.1 Changes
- โ Added module
Language.Haskell.TH.Desugar.Expand
, which allows for expansion of type synonyms in desugared types. - โ Added
Show
,Typeable
, andData
instances to desugared types. - ๐ Fixed bug where an as-pattern in a
let
statement was scoped incorrectly. - ๐ Changed signature of
dsPat
to be more specific to as-patterns; this allowed for fixing thelet
scoping bug. - Created new functions
dsPatOverExp
anddsPatsOverExp
to allow for easy desugaring of patterns. - ๐ Changed signature of
dsLetDec
to return a list ofDLetDec
s. - โ Added
dsLetDecs
for convenience. Now, instead of usingmapM dsLetDec
, you should usedsLetDecs
.
- โ Added module
-
v1.0 Changes
- ๐ Initial release