diff options
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 5515227821..c8a1611508 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -3,6 +3,10 @@ ## 4.17.0.0 *TBA* * Add explicitly bidirectional `pattern TypeRep` to `Type.Reflection`. + * Add `Generically` and `Generically1` to `GHC.Generics` for deriving generic + instances with `DerivingVia`. `Generically` instances include `Semigroup` and + `Monoid`. `Generically1` instances: `Functor`, `Applicative`, `Alternative`, + `Eq1` and `Ord1`. * Introduce `GHC.ExecutablePath.executablePath`, which is more robust than `getExecutablePath` in cases when the executable has been deleted. @@ -91,7 +95,7 @@ * Add `MonadFix` and `MonadZip` instances for `Complex` * Add `Ix` instances for tuples of size 6 through 15 - + * Correct `Bounded` instance and remove `Enum` and `Integral` instances for `Data.Ord.Down`. |