[commit: ghc] master: ghc-prim: Fix typo in traceBinaryEvent# changelog entry (0ac86cb)
git at git.haskell.org
git at git.haskell.org
Mon Oct 1 15:53:53 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0ac86cb77b54ae1c9a7ff377cef47fe14affdf65/ghc
>---------------------------------------------------------------
commit 0ac86cb77b54ae1c9a7ff377cef47fe14affdf65
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Sep 27 18:46:53 2018 -0400
ghc-prim: Fix typo in traceBinaryEvent# changelog entry
>---------------------------------------------------------------
0ac86cb77b54ae1c9a7ff377cef47fe14affdf65
libraries/ghc-prim/changelog.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libraries/ghc-prim/changelog.md b/libraries/ghc-prim/changelog.md
index ee1ed5c..ecbc93f 100644
--- a/libraries/ghc-prim/changelog.md
+++ b/libraries/ghc-prim/changelog.md
@@ -3,7 +3,8 @@
- Shipped with GHC 8.8.1
- Added to `GHC.Prim`:
- traveBinaryEvent# :: Addr# -> Int# -> State# s -> State# s
+
+ traceBinaryEvent# :: Addr# -> Int# -> State# s -> State# s
## 0.5.3 (edit as necessary)
More information about the ghc-commits
mailing list