summaryrefslogtreecommitdiff
path: root/tests/tasty.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-06-26 15:41:30 +0200
committerEugen Wissner <belka@caraus.de>2019-06-26 15:41:30 +0200
commit3cc38343dbcbe724fa27807af66189370e4a54ff (patch)
tree1d5b30534aebb88ce1be6bc7adacbe8d2c654f2d /tests/tasty.hs
parent2172de37296119624ba6547b66f0d5bfe0eabf9b (diff)
downloadgraphql-3cc38343dbcbe724fa27807af66189370e4a54ff.tar.gz
Fix ambigious Int resolution in the lexer tests
Diffstat (limited to 'tests/tasty.hs')
-rw-r--r--tests/tasty.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tasty.hs b/tests/tasty.hs
index 5d4036d..9009302 100644
--- a/tests/tasty.hs
+++ b/tests/tasty.hs
@@ -1,6 +1,5 @@
module Main where
-import Control.Monad.IO.Class (liftIO)
import qualified Data.GraphQL.Encoder as Encoder
import qualified Language.GraphQL.LexerTest as LexerTest
import qualified Data.GraphQL.Parser as Parser