Add Stack build configuration
This commit is contained in:
parent
4084e9aafc
commit
f8fe76ce5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@ dist/
|
||||
elisp/*.elc
|
||||
*~
|
||||
/.cabal-sandbox/
|
||||
/.stack-work/
|
||||
add-source-timestamps
|
||||
package.cache
|
||||
cabal.sandbox.config
|
||||
|
6
stack.yaml
Normal file
6
stack.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
flags: {}
|
||||
packages:
|
||||
- '.'
|
||||
extra-deps:
|
||||
- cabal-helper-0.5.1.0
|
||||
resolver: lts-3.0
|
Loading…
Reference in New Issue
Block a user