mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-14 13:56:59 +03:00
b6d0eacfb6
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.
7 lines
89 B
YAML
7 lines
89 B
YAML
flags: {}
|
|
packages:
|
|
- '.'
|
|
extra-deps:
|
|
- cheapskate-0.1.0.4
|
|
resolver: nightly-2015-07-24
|