Add cabal.project to build with the correct flags
This commit is contained in:
5
src/Language/GraphQL/Foundation.hs
Normal file
5
src/Language/GraphQL/Foundation.hs
Normal file
@ -0,0 +1,5 @@
|
||||
module Language.GraphQL.Foundation
|
||||
( module Language.GraphQL.Serialize
|
||||
) where
|
||||
|
||||
import Language.GraphQL.Serialize
|
7
src/Language/GraphQL/Serialize.hs
Normal file
7
src/Language/GraphQL/Serialize.hs
Normal file
@ -0,0 +1,7 @@
|
||||
module Language.GraphQL.Serialize
|
||||
( JSON(..)
|
||||
) where
|
||||
|
||||
import qualified Data.Aeson as Aeson
|
||||
|
||||
newtype JSON = JSON Aeson.Value
|
Reference in New Issue
Block a user