From f3b8d9b74ccd24521a9f15fe4bd47ab30830abfb Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 14 Jul 2019 05:58:05 +0200 Subject: Make all exports explicit --- tests/Test/StarWars/Schema.hs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests/Test/StarWars/Schema.hs') diff --git a/tests/Test/StarWars/Schema.hs b/tests/Test/StarWars/Schema.hs index 3cc34fd..101bbdf 100644 --- a/tests/Test/StarWars/Schema.hs +++ b/tests/Test/StarWars/Schema.hs @@ -1,6 +1,12 @@ {-# LANGUAGE LambdaCase #-} {-# LANGUAGE OverloadedStrings #-} -module Test.StarWars.Schema where +module Test.StarWars.Schema + ( character + , droid + , hero + , human + , schema + ) where import Control.Monad.Trans.Except (throwE) import Control.Monad.Trans.Class (lift) -- cgit v1.2.3