diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-09-27 18:46:53 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-10-01 11:52:43 -0400 |
commit | 0ac86cb77b54ae1c9a7ff377cef47fe14affdf65 (patch) | |
tree | 0ccbaa6e5f7e9fd0a9a650bbd4717aaa014a9891 /libraries/ghc-prim | |
parent | 4578548faf0679efb1d9f851835c99343cd04717 (diff) | |
download | haskell-0ac86cb77b54ae1c9a7ff377cef47fe14affdf65.tar.gz |
ghc-prim: Fix typo in traceBinaryEvent# changelog entry
Diffstat (limited to 'libraries/ghc-prim')
-rw-r--r-- | libraries/ghc-prim/changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
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) |