Add golden test for kitchen-sink.graphql

This commit is contained in:
Danny Navarro
2015-09-14 17:01:14 +02:00
parent b4b8388392
commit 8d81f43b61
5 changed files with 79 additions and 0 deletions

View File

@ -18,13 +18,27 @@ tested-with: GHC == 7.10
extra-source-files: README.md CHANGELOG.md stack.yaml
library
default-language: Haskell2010
ghc-options: -Wall
exposed-modules: Data.GraphQL.AST
Data.GraphQL.Parser
build-depends: base >= 4.7 && < 5,
text >=0.11.3.1,
attoparsec >=0.10.4.0
test-suite golden
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: golden.hs
ghc-options: -Wall
build-depends: base >= 4.6 && <5,
bytestring,
text,
attoparsec,
tasty >=0.10,
tasty-golden,
graphql
source-repository head
type: git