Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,273
Issues
4,273
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
413
Merge Requests
413
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
20ab2adf
Commit
20ab2adf
authored
Feb 25, 2016
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note new GHC.Generics instances in release notes
parent
e38c07bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
docs/users_guide/8.0.1-notes.rst
docs/users_guide/8.0.1-notes.rst
+5
-0
No files found.
docs/users_guide/8.0.1-notes.rst
View file @
20ab2adf
...
...
@@ -539,6 +539,11 @@ See ``changelog.md`` in the ``base`` package for full release notes.
to define custom compile-time error messages. (see :ref:`custom-errors` and
the original :ghc-wiki:`proposal <Proposal/CustomTypeErrors>`).
- The datatypes in ``GHC.Generics`` now have ``Enum``, ``Bounded``, ``Ix``,
``Functor``, ``Applicative``, ``Monad``, ``MonadFix``, ``MonadPlus``, ``MonadZip``,
``Foldable``, ``Foldable``, ``Traversable``, ``Generic1``, and ``Data`` instances
as appropriate. (:ghc-ticket:`9043`)
- The ``Generic`` instance for ``Proxy`` is now poly-kinded (see :ghc-ticket:`10775`)
- The ``IsString`` instance for ``[Char]`` has been modified to eliminate
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment