diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-12-04 13:50:36 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-12-04 16:35:01 -0500 |
commit | cfea745097c619be8f9746d5a0d346eb06779129 (patch) | |
tree | f1e1a4137bc4e2633c387c0488aba900c5047a46 /docs | |
parent | 1acb922bb1186662919c1dbc0af596584e5db3ac (diff) | |
download | haskell-cfea745097c619be8f9746d5a0d346eb06779129.tar.gz |
template-haskell: Rip out FamFlavour
This was scheduled to happen for 8.2, it looks like it will actually
happen in 8.4.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/8.4.1-notes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users_guide/8.4.1-notes.rst b/docs/users_guide/8.4.1-notes.rst index 09c4a6de29..7d6cfddce6 100644 --- a/docs/users_guide/8.4.1-notes.rst +++ b/docs/users_guide/8.4.1-notes.rst @@ -312,6 +312,10 @@ Template Haskell ``ForallC [PlainTV a, PlainTV b]``. Now, reifying ``MkT`` will give a type headed by ``ForallC [PlainTV b, PlainTV a]``, as one would expect. + +- ``Language.Haskell.TH.FamFlavour``, which was deprecated in GHC 8.2, + has been removed. + ``ghc`` library ~~~~~~~~~~~~~~~ |