diff options
Diffstat (limited to 'tests/Test/StarWars/Schema.hs')
| -rw-r--r-- | tests/Test/StarWars/Schema.hs | 8 |
1 files changed, 7 insertions, 1 deletions
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) |
