Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Kaznacheev
GHC
Commits
9d15af88
Commit
9d15af88
authored
10 years ago
by
Herbert Valerio Riedel
Browse files
Options
Downloads
Patches
Plain Diff
Try to reconstruct a changelog for TH 2.10
parent
49c4678f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/template-haskell/changelog.md
+18
-1
18 additions, 1 deletion
libraries/template-haskell/changelog.md
with
18 additions
and
1 deletion
libraries/template-haskell/changelog.md
+
18
−
1
View file @
9d15af88
# Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell)
## 2.10.0.0 *
TBA
*
## 2.10.0.0 *
Mar 2015
*
*
Bundled with GHC 7.10.1
*
Remove build-dependency on
`containers`
package
*
Make
`Pred`
a type synonym of
`Type`
, and deprecate
`classP`
/
`equalP`
(#7021)
*
Add support for
`LINE`
pragma via
`prageLineD`
and
`LineP`
*
Replace
`Int#`
with
`!Int`
in
`NameFlavour`
constructors
*
Derive
`Generic`
for TH types (#9527)
*
Add
`standaloneDerivD`
(#8100)
*
Add support for generic default signatures via
`defaultSigD`
(#9064)
*
Add
`Lift`
instances for
`()`
and
`Rational`
*
Derive new
`Show`
and
`Data`
instances for
`Loc`
*
Derive
`Eq`
instances for
`Loc`
,
`Info`
, and
`ModuleInfo`
*
Make calling conventions available in template haskell consistent
with those from GHC (#9703)
*
Add support for
`-XStaticValues`
via
`staticE`
*
Add
`Ord`
instances to TH types
*
Merge some instances from
`th-orphans`
(
`Ppr`
instances for
`Lit`
and
`Loc`
as well as
`Lift`
instances for numeric types
*
Put parens around
`(ty :: kind)`
when pretty-printing TH syntax
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment