stack support

This commit is contained in:
mrkkrp 2015-10-17 19:25:10 +06:00
parent cc22bc40a9
commit e6affc5a1c
3 changed files with 7 additions and 4 deletions

5
.gitignore vendored
View File

@ -1,15 +1,16 @@
*#
*~
*.chi
*.chs.h
*.hi
*.o
*~
.cabal-sandbox/
.hsenv
.stack-work/
.virtualenv
TAGS
benchmarks.tix
cabal-dev
cabal.config
cabal.sandbox.config
dist/
TAGS

View File

@ -1,2 +1 @@
((configure "--enable-coverage")
(test "--test-option=--threads=2"))
((test "--test-arguments=--threads=2"))

3
stack.yaml Normal file
View File

@ -0,0 +1,3 @@
resolver: lts-3.9
packages:
- '.'