name: graphql version: 0.4.0.0 synopsis: Haskell GraphQL implementation description: This package provides a rudimentary parser for the language. homepage: https://github.com/jdnavarro/graphql-haskell maintainer: belka@caraus.de github: caraus-ecms/graphql category: Language copyright: - (c) 2019 Eugen Wissner - (c) 2015-2017 J. Daniel Navarro author: - Danny Navarro - Matthías Páll Gissurarson - Sólrún Halla Einarsdóttir extra-source-files: - CHANGELOG.md - README.md - LICENSE - TODO - docs/tutorial/tutorial.lhs data-files: - tests/data/*.graphql - tests/data/*.min.graphql dependencies: - aeson - base >= 4.7 && < 5 - megaparsec - text - transformers library: source-dirs: src dependencies: - unordered-containers tests: tasty: main: tasty.hs source-dirs: tests ghc-options: - -threaded - -rtsopts - -with-rtsopts=-N dependencies: - graphql - raw-strings-qq - tasty - tasty-hunit