[commit: ghc] ghc-8.6: Do a final pass over the changelogs (e8f79c9)

git at git.haskell.org git at git.haskell.org
Fri Sep 7 13:35:52 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.6
Link       : http://ghc.haskell.org/trac/ghc/changeset/e8f79c952edaf5fcf3e944e45ec00a27a818ffa8/ghc

>---------------------------------------------------------------

commit e8f79c952edaf5fcf3e944e45ec00a27a818ffa8
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Aug 28 09:42:39 2018 -0400

    Do a final pass over the changelogs


>---------------------------------------------------------------

e8f79c952edaf5fcf3e944e45ec00a27a818ffa8
 libraries/base/changelog.md                | 12 ++++++------
 libraries/ghc-boot-th/changelog.md         |  5 -----
 libraries/ghc-boot-th/ghc-boot-th.cabal.in |  1 -
 libraries/ghc-boot/changelog.md            | 24 ++++++++++++++++++++++++
 libraries/ghc-prim/changelog.md            |  4 ++--
 libraries/template-haskell/changelog.md    |  2 +-
 6 files changed, 33 insertions(+), 15 deletions(-)

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 43bdf02..41c877b 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -1,7 +1,7 @@
 # Changelog for [`base` package](http://hackage.haskell.org/package/base)
 
-## 4.12.0.0 *TBA*
-  * Bundled with GHC *TBA*
+## 4.12.0.0 *August 2018*
+  * Bundled with GHC 8.6.1
 
   * The STM invariant-checking mechanism (`always` and `alwaysSucceeds`), which
     was deprecated in GHC 8.4, has been removed (as proposed in
@@ -28,8 +28,8 @@
   * `asinh` for `Float` and `Double` is now numerically stable in the face of
     non-small negative arguments and enormous arguments of either sign. (#14927)
 
-  * `Numeric.showEFloat (Just 0)` now respects the user's requested precision.
-    (#15115)
+	* `Numeric.showEFloat (Just 0)` and `Numeric.showGFloat (Just 0)`
+    now respect the user's requested precision. (#15115)
 
   * `Data.Monoid.Alt` now has `Foldable` and `Traversable` instances. (#15099)
 
@@ -42,13 +42,13 @@
     `Read1`, `Show1`, `Generic`, `Generic1`. (#15098)
 
 
-## 4.11.1.0 *TBA*
+## 4.11.1.0 *April 2018*
   * Bundled with GHC 8.4.2
 
   * Add the `readFieldHash` function to `GHC.Read` which behaves like
     `readField`, but for a field that ends with a `#` symbol (#14918).
 
-## 4.11.0.0 *TBA*
+## 4.11.0.0 *March 2018*
   * Bundled with GHC 8.4.1
 
   * `System.IO.openTempFile` is now thread-safe on Windows.
diff --git a/libraries/ghc-boot-th/changelog.md b/libraries/ghc-boot-th/changelog.md
deleted file mode 100644
index 3ed5bbb..0000000
--- a/libraries/ghc-boot-th/changelog.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## 8.0.1  *May 2016*
-
-  * Bundled with GHC 8.0.1
-
-  * Initial version
diff --git a/libraries/ghc-boot-th/ghc-boot-th.cabal.in b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
index 2e45e8e..7292096 100644
--- a/libraries/ghc-boot-th/ghc-boot-th.cabal.in
+++ b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
@@ -19,7 +19,6 @@ description:    This library contains various bits shared between the @ghc@ and
                 be depended upon by user code.
 cabal-version:  >=1.10
 build-type:     Simple
-extra-source-files: changelog.md
 
 source-repository head
     type:     git
diff --git a/libraries/ghc-boot/changelog.md b/libraries/ghc-boot/changelog.md
index 3ed5bbb..a294d80 100644
--- a/libraries/ghc-boot/changelog.md
+++ b/libraries/ghc-boot/changelog.md
@@ -1,3 +1,27 @@
+## 8.6.1  *August 2018*
+
+  * Bundled with GHC 8.6.1
+
+## 8.4.2  *April 2018*
+
+  * Bundled with GHC 8.4.2
+	
+## 8.4.1  *March 2018*
+
+  * Bundled with GHC 8.4.1
+
+## 8.2.2  *November 2018*
+
+  * Bundled with GHC 8.2.2
+
+## 8.2.1  *July 2017*
+
+  * Bundled with GHC 8.2.1
+
+## 8.0.2  *January 2017*
+
+  * Bundled with GHC 8.0.2
+
 ## 8.0.1  *May 2016*
 
   * Bundled with GHC 8.0.1
diff --git a/libraries/ghc-prim/changelog.md b/libraries/ghc-prim/changelog.md
index 53e77a0..60bc351 100644
--- a/libraries/ghc-prim/changelog.md
+++ b/libraries/ghc-prim/changelog.md
@@ -1,4 +1,4 @@
-## 0.5.3 (edit as necessary)
+## 0.5.3 *August 2018*
 
 - Shipped with GHC 8.6.1
 
@@ -9,7 +9,7 @@
   Previously it returned empty pointer and non-pointer arrays
   for thunks.
 
-## 0.5.2.0
+## 0.5.2.0 *March 2018*
 
 - Shipped with GHC 8.4.1
 
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index f60bb6e..c03da31 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -1,6 +1,6 @@
 # Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell)
 
-## 2.14.0.0 *TBA*
+## 2.14.0.0 *August 2018*
 
   * Introduce an `addForeignFilePath` function, as well as a corresponding
     `qAddForeignFile` class method to `Quasi`. Unlike `addForeingFile`, which



More information about the ghc-commits mailing list