From 0ac86cb77b54ae1c9a7ff377cef47fe14affdf65 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 27 Sep 2018 18:46:53 -0400 Subject: ghc-prim: Fix typo in traceBinaryEvent# changelog entry --- 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 ee1ed5ce00..ecbc93fea4 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) -- cgit v1.2.1