[GHC] #15818: Bump template-haskell version to 2.15.0.0
GHC
ghc-devs at haskell.org
Mon Oct 29 02:35:15 UTC 2018
#15818: Bump template-haskell version to 2.15.0.0
-------------------------------------+-------------------------------------
Reporter: RyanGlScott | Owner: (none)
Type: bug | Status: closed
Priority: normal | Milestone: 8.8.1
Component: Template Haskell | Version: 8.7
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #2600, #14268 | Differential Rev(s): Phab:D5272
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ryan Scott <ryan.gl.scott@…>):
In [changeset:"e8a652f65318cf60e856f7c2777a003eba10ddc6/ghc" e8a652f/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="e8a652f65318cf60e856f7c2777a003eba10ddc6"
Bump template-haskell version to 2.15.0.0
Summary:
Commit 512eeb9bb9a81e915bfab25ca16bc87c62252064
(`More explicit foralls (GHC Proposal 0007)`) introduced breaking
changes to the Template Haskell AST. As a consequence of this, there
are libraries in the wild that now fail to build on GHC HEAD (for
instance, `th-abstraction`).
This properly bumps the `template-haskell` library's version number
to `2.15.0.0` so that these libraries can guard against these changes
using `MIN_VERSION_template_haskell`.
Test Plan: ./validate
Reviewers: bgamari
Reviewed By: bgamari
Subscribers: rwbarton, carter
GHC Trac Issues: #15818
Differential Revision: https://phabricator.haskell.org/D5272
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15818#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list