Bumped stack.yaml

This commit is contained in:
Chris Allen 2018-05-05 14:40:42 -05:00
parent c20f3034b2
commit 9024fcb590

View File

@ -88,9 +88,10 @@ test-suite bloodhound-tests
type: exitcode-stdio-1.0
main-is: tests.hs
if flag(ES1)
hs-source-dirs: tests/V1
hs-source-dirs: tests/V1
else
hs-source-dirs: tests/V5
hs-source-dirs: tests/V5
other-modules: Test.Script
other-modules: Test.Aggregation
Test.ApproxEq
Test.BulkAPI