mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2025-01-09 01:40:07 +03:00
stack support
This commit is contained in:
parent
cc22bc40a9
commit
e6affc5a1c
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
@ -1,2 +1 @@
|
||||
((configure "--enable-coverage")
|
||||
(test "--test-option=--threads=2"))
|
||||
((test "--test-arguments=--threads=2"))
|
||||
|
3
stack.yaml
Normal file
3
stack.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
resolver: lts-3.9
|
||||
packages:
|
||||
- '.'
|
Loading…
Reference in New Issue
Block a user