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:
Sam Elliott 2015-07-25 19:14:28 +01:00
parent 6b062beae0
commit b6d0eacfb6
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -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
View File

@ -0,0 +1,6 @@
flags: {}
packages:
- '.'
extra-deps:
- cheapskate-0.1.0.4
resolver: nightly-2015-07-24