[commit: ghc] ghc-8.6: base: Fill in TBAs in changelog (f7b1ee9)

git at git.haskell.org git at git.haskell.org
Tue Oct 16 15:46:26 UTC 2018


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

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

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

commit f7b1ee966244b6ec5df528e3c21eefd8286412b7
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Oct 15 13:59:20 2018 -0400

    base: Fill in TBAs in changelog
    
    I've added a check in my release script to ensure that this doesn't happen in
    the future.
    
    (cherry picked from commit 2605458930f2d79738fab4437f10793448d4232c)


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

f7b1ee966244b6ec5df528e3c21eefd8286412b7
 libraries/base/changelog.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 41c877b..5834ad8 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -28,7 +28,7 @@
   * `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)` and `Numeric.showGFloat (Just 0)`
+  * `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)



More information about the ghc-commits mailing list