Merge remote-tracking branch 'rkarp/stack-build' into stack-support
This commit is contained in:
commit
74feac1791
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@ dist/
|
|||||||
elisp/*.elc
|
elisp/*.elc
|
||||||
*~
|
*~
|
||||||
/.cabal-sandbox/
|
/.cabal-sandbox/
|
||||||
|
/.stack-work/
|
||||||
add-source-timestamps
|
add-source-timestamps
|
||||||
package.cache
|
package.cache
|
||||||
cabal.sandbox.config
|
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