Use Cabal data-files to access golden tests data

Fixes #1.
This commit is contained in:
Danny Navarro
2015-09-16 10:12:36 +02:00
parent 82a380079c
commit ee0e0c3d1f
2 changed files with 6 additions and 4 deletions

View File

@ -16,6 +16,8 @@ build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 7.10
extra-source-files: README.md CHANGELOG.md stack.yaml
data-files: tests/data/*.graphql
tests/data/*.graphql.golden
library
default-language: Haskell2010