From 67bebf853ca5a248358ea1854124a46b70c677cd Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 1 Feb 2020 20:46:35 +0100 Subject: Replace MonadIO constraint with just Monad And make the tests use Identity instead of IO. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c6423..52b95ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ and this project adheres to `key -> Maybe value` before). - Make `AST.Lexer.at` a text (symbol) parser. It was a char before and is `symbol "@"` now. +- Replace `MonadIO` with a plain `Monad`. Since the tests don't use IO, + set the inner monad to `Identity`. ### Removed - `AST.Field`, `AST.InlineFragment` and `AST.FragmentSpread`. -- cgit v1.2.3