Skip to content

Commit 3ac97e5

Browse files
committed
Document 8.2 support
1 parent ed4abc9 commit 3ac97e5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Breaking changes
1111
* ``Enum`` handlers are now monadic (see `#118`_)
1212
* restrict usage to Protolude 0.2.1 and later
1313

14+
Improvements
15+
------------
16+
17+
* Now support GHC 8.2 as well as 8.0.2 and later
18+
1419
.. _`#118`: https://github.com/jml/graphql-api/issues/118
1520

1621

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ run :: Text -> IO Response
5656
run = interpretAnonymousQuery @Hello hello
5757
```
5858

59-
We require GHC 8.0.2 or later for features like the `@Hello` type application, and for certain bug fixes.
59+
We require GHC 8.0.2 or later for features like the `@Hello` type application, and for certain bug fixes. We also support GHC 8.2.
6060

6161
With the code above we can now run a query:
6262

0 commit comments

Comments
 (0)