summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot/changelog.md
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2016-05-16 15:21:34 +0200
committerBen Gamari <ben@smart-cactus.org>2016-05-16 16:22:05 +0200
commiteed820b672e6c3d23106cd151b1e31ce29326e32 (patch)
tree48fd270edef8f7a50ef28f876b0d5e6a47e6313c /libraries/ghc-boot/changelog.md
parentd78faa135921dfe7a6b92f908171af1a2cdce512 (diff)
downloadhaskell-eed820b672e6c3d23106cd151b1e31ce29326e32.tar.gz
Move Extension type to ghc-boot-th
This creates a new package, `ghc-boot-th`, to contain the `Extension` type, which now lives in `GHC.LanguageExtension.Type`. This ensures that the transitive dependency set of the `template-haskell` package remains minimal. The `GHC.LanguageExtensions.Type` module is also re-exported by `ghc-boot`, which provides an orphan `binary` instance as well. Test Plan: Validate Reviewers: goldfire, thomie, hvr, austin Reviewed By: thomie Subscribers: RyanGlScott, thomie, erikd, ezyang Differential Revision: https://phabricator.haskell.org/D2224
Diffstat (limited to 'libraries/ghc-boot/changelog.md')
-rw-r--r--libraries/ghc-boot/changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-boot/changelog.md b/libraries/ghc-boot/changelog.md
index e0b4d69aa7..3ed5bbbfd2 100644
--- a/libraries/ghc-boot/changelog.md
+++ b/libraries/ghc-boot/changelog.md
@@ -1,4 +1,4 @@
-## 0.0.0.0 *Feb 2016*
+## 8.0.1 *May 2016*
* Bundled with GHC 8.0.1