diff options
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index aab8234e47..7ddc112af4 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -79,9 +79,6 @@ * `fromInteger :: Integer -> Float/Double` now consistently round to the nearest value, with ties to even. - * Functions in `Data.List` are specialized to list. - `Data.OldList` and `GHC.List` modules are removed. - * Add `GHC.TypeError` module to contain functionality related to custom type errors. `TypeError` is re-exported from `GHC.TypeLits` for backwards compatibility. |