File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ run :: Text -> IO Response
5656run = 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
6161With the code above we can now run a query :
6262
You can’t perform that action at this time.
0 commit comments