We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4abc9 commit 3ac97e5Copy full SHA for 3ac97e5
2 files changed
CHANGELOG.rst
@@ -11,6 +11,11 @@ Breaking changes
11
* ``Enum`` handlers are now monadic (see `#118`_)
12
* restrict usage to Protolude 0.2.1 and later
13
14
+Improvements
15
+------------
16
+
17
+* Now support GHC 8.2 as well as 8.0.2 and later
18
19
.. _`#118`: https://github.com/jml/graphql-api/issues/118
20
21
README.md
@@ -56,7 +56,7 @@ run :: Text -> IO Response
56
run = interpretAnonymousQuery @Hello hello
57
```
58
59
-We require GHC 8.0.2 or later for features like the `@Hello` type application, and for certain bug fixes.
+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.
60
61
With the code above we can now run a query:
62
0 commit comments