-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 6cfce8c82d250f5ecd3f0e9a85f65e710dda5a4a35712ba1887cf6d1faf4ee7b name: graphql-parser version: 0.1.0.1 synopsis: GraphQL API description: Please see the README on GitHub at category: Web homepage: https://github.com/hasura/graphql-parser-hs#readme bug-reports: https://github.com/hasura/graphql-parser-hs/issues author: Vamshi Surabhi maintainer: vamshi@hasura.io copyright: 2018 Hasura Technologies Pvt. Ltd. license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/hasura/graphql-parser-hs library exposed-modules: Language.GraphQL Language.GraphQL.June2018.Parser Language.GraphQL.June2018.Syntax Language.GraphQL.June2018.TH other-modules: Paths_graphql_parser hs-source-dirs: src default-extensions: NoImplicitPrelude ghc-options: -O2 build-depends: aeson , attoparsec , base >=4.7 && <5 , containers , filepath , protolude , scientific , template-haskell , text , th-lift-instances , unordered-containers , vector default-language: Haskell2010 test-suite graphql-parser-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: UnitTests Paths_graphql_parser hs-source-dirs: test default-extensions: NoImplicitPrelude ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , aeson , attoparsec , base >=4.7 && <5 , bytestring , containers , filepath , graphql-parser , hspec , protolude , scientific , tasty , tasty-hspec , template-haskell , text , th-lift-instances , unordered-containers , vector default-language: Haskell2010