summaryrefslogtreecommitdiff
path: root/tests/Test/StarWars/Data.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-02-20 05:16:14 +0100
committerEugen Wissner <belka@caraus.de>2020-02-20 05:16:14 +0100
commit613e929d91dfc46ecfc5e28479098ce52aeb56f6 (patch)
tree0a2ebcb1ab4e4f071f536fd372c3a7d3c685d31e /tests/Test/StarWars/Data.hs
parentc0e5e30e76789522097480313230574376bb4271 (diff)
downloadgraphql-613e929d91dfc46ecfc5e28479098ce52aeb56f6.tar.gz
Update to Stack 15.x
Diffstat (limited to 'tests/Test/StarWars/Data.hs')
-rw-r--r--tests/Test/StarWars/Data.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Test/StarWars/Data.hs b/tests/Test/StarWars/Data.hs
index 0318d78..9466991 100644
--- a/tests/Test/StarWars/Data.hs
+++ b/tests/Test/StarWars/Data.hs
@@ -16,7 +16,6 @@ module Test.StarWars.Data
, typeName
) where
-import Data.Monoid (mempty)
import Data.Functor.Identity (Identity)
import Control.Applicative (Alternative(..), liftA2)
import Control.Monad.Trans.Except (throwE)