name: graphql version: 0.5.1.0 synopsis: Haskell GraphQL implementation description: This package provides a rudimentary parser for the language. 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 - docs/tutorial/tutorial.lhs data-files: - tests/data/*.graphql - tests/data/*.min.graphql dependencies: - aeson - base >= 4.7 && < 5 - megaparsec - text - transformers - unordered-containers library: source-dirs: src tests: tasty: main: Spec.hs source-dirs: tests ghc-options: - -threaded - -rtsopts - -with-rtsopts=-N dependencies: - graphql - hspec - hspec-expectations - hspec-megaparsec - raw-strings-qq