summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
diff options
context:
space:
mode:
authorBodigrim <andrew.lelechenko@gmail.com>2021-11-24 20:42:31 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-11-26 16:01:09 -0500
commit9907d54098b5b40c9ddb300833e4aa0e57ddb1c6 (patch)
treec76a773fe7e052f386cbc758a2ff26a8d58a0bcb /libraries/base/changelog.md
parentff0c45f367ff6e978e9f48cfce7ab5d6ceebb1d5 (diff)
downloadhaskell-9907d54098b5b40c9ddb300833e4aa0e57ddb1c6.tar.gz
Rename Data.Array.ByteArray -> Data.Array.Byte
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r--libraries/base/changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 422e8cdd2c..b6273f56de 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -12,7 +12,7 @@
* Introduce `GHC.ExecutablePath.executablePath`, which is more robust than
`getExecutablePath` in cases when the executable has been deleted.
- * Add `Data.Array.ByteArray` module, providing a boxed `ByteArray#`.
+ * Add `Data.Array.Byte` module, providing a boxed `ByteArray#`.
* `fromEnum` for `Natural` now throws an error for any number that cannot be
repesented exactly by an `Int` (#20291).