summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2022-04-06 23:11:59 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-04-08 03:02:29 -0400
commitc44432db254d2fc960d7864e080cb50e65dfa7c6 (patch)
tree7e07b12d75d38d450a0c4a134358336330dd318a /libraries/ghc-prim
parentcb1f31f5a1ad025c93f2a0b2ac57b8ec57c53ec7 (diff)
downloadhaskell-c44432db254d2fc960d7864e080cb50e65dfa7c6.tar.gz
Fixes to 9.4 release notes
- Mention -Wforall-identifier - Improve description of withDict - Fix formatting
Diffstat (limited to 'libraries/ghc-prim')
-rw-r--r--libraries/ghc-prim/changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-prim/changelog.md b/libraries/ghc-prim/changelog.md
index 0485c633af..45701629a4 100644
--- a/libraries/ghc-prim/changelog.md
+++ b/libraries/ghc-prim/changelog.md
@@ -75,7 +75,7 @@
`unsafeThawSmallArray#`, `copySmallArray#`, `copySmallMutableArray#`, `cloneSmallArray#`,
`cloneSmallMutableArray#`, `freezeSmallArray#`, `thawSmallArray#`, `casSmallArray#`,
- - `newMutVar#`,`readMutVar#`,`writeMutV#`,`casMutVar#`,
+ - `newMutVar#`, `readMutVar#`, `writeMutVar#`,`casMutVar#`,
- operations on `MVar#` and `TVar#`: