tinkering with 8.0 nightly

This commit is contained in:
Chris Allen 2016-08-21 00:30:16 -05:00
parent 4f0f31deda
commit aa8e9abd35
3 changed files with 32 additions and 2 deletions

View File

@ -1,10 +1,24 @@
build:
stack build
test:
echo-warn:
echo "Make certain you have an elasticsearch instance on localhost:9200 !"
test: echo-warn
stack test
7.8-build:
STACK_YAML="stack-7.8.yaml" stack build
7.8-test: echo-warn
STACK_YAML="stack-7.8.yaml" stack test
8.0-build:
STACK_YAML="stack-8.0.yaml" stack build
8.0-test: echo-warn
STACK_YAML="stack-8.0.yaml" stack test
ghci:
stack ghci

View File

@ -13,4 +13,4 @@ extra-deps:
- semigroups-0.18.0.1
- uri-bytestring-0.1.9
- temporary-resourcet-0.1.0.0
resolver: lts-5.1
resolver: lts-6.12

16
stack-8.0.yaml Normal file
View File

@ -0,0 +1,16 @@
flags: {}
packages:
- '.'
extra-deps:
- doctest-prop-0.2.0.1
- quickcheck-properties-0.1
# - http-client-0.5.0
# - fail-4.9.0.0
# - http-types-0.9
# - attoparsec-0.13.0.1
# - doctest-0.10.1
# - semigroups-0.18.0.1
# - uri-bytestring-0.1.9
# - temporary-resourcet-0.1.0.0
resolver: nightly-2016-08-20