diff options
| author | Eugen Wissner <belka@caraus.de> | 2022-01-15 11:50:20 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2022-01-15 11:50:20 +0100 |
| commit | 396b48080643a07f96e960f52635797940314f2f (patch) | |
| tree | 9f01f16827d174f6be63ff42498dc403e25d9938 /cabal.project | |
| parent | 82b21bece81f644988ab563d680df8ebbb252587 (diff) | |
| download | graphql-spice-396b48080643a07f96e960f52635797940314f2f.tar.gz | |
Add cabal.project to build with the correct flags
Diffstat (limited to 'cabal.project')
| -rw-r--r-- | cabal.project | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project new file mode 100644 index 0000000..566a70e --- /dev/null +++ b/cabal.project @@ -0,0 +1,4 @@ +packages: . + +constraints: graphql -json +tests: False |
