Configure CircleCI

This commit is contained in:
Juan Pedro Villa Isaza 2016-08-13 15:45:10 -05:00
parent 62e5a17feb
commit 1c39127263

17
circle.yml Normal file
View File

@ -0,0 +1,17 @@
dependencies:
cache_directories:
- ~/.stack/
- .stack-work/
override:
- stack setup
- stack build --only-dependencies
pre:
- curl -sSL https://get.haskellstack.org/ | sh
test:
override:
- stack build