diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-07-14 05:58:05 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-07-14 05:58:05 +0200 |
| commit | f3b8d9b74ccd24521a9f15fe4bd47ab30830abfb (patch) | |
| tree | 26e6b9dedc3efedaccb06d622af98b5f1e6a58a4 /src/Language/GraphQL.hs | |
| parent | eb40810f25a2ab29e24c64f1e3c82b3b590460c8 (diff) | |
| download | graphql-f3b8d9b74ccd24521a9f15fe4bd47ab30830abfb.tar.gz | |
Make all exports explicit
Diffstat (limited to 'src/Language/GraphQL.hs')
| -rw-r--r-- | src/Language/GraphQL.hs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Language/GraphQL.hs b/src/Language/GraphQL.hs index 74052d9..7a0163d 100644 --- a/src/Language/GraphQL.hs +++ b/src/Language/GraphQL.hs @@ -1,5 +1,8 @@ -- | This module provides the functions to parse and execute @GraphQL@ queries. -module Language.GraphQL where +module Language.GraphQL + ( graphql + , graphqlSubs + ) where import Control.Monad.IO.Class (MonadIO) import qualified Data.Text as T |
