mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-13 15:36:41 +03:00
Add Stackage Configuration for easy building
Using a nightly stackage config to build on GHC 7.10, and there are some dependencies that are more advanced than the most recent LTS stackage config. This should just build using `stack build` in the Idris-dev root.
This commit is contained in:
parent
6b062beae0
commit
b6d0eacfb6
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@ test/*[0-9][0-9][0-9]/*.exe
|
||||
tags
|
||||
TAGS
|
||||
src/Version_idris.hs
|
||||
.stack-work
|
||||
|
6
stack.yaml
Normal file
6
stack.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
flags: {}
|
||||
packages:
|
||||
- '.'
|
||||
extra-deps:
|
||||
- cheapskate-0.1.0.4
|
||||
resolver: nightly-2015-07-24
|
Loading…
Reference in New Issue
Block a user