blob: 80ea090c55d7eb2d4d304aa46ec3b7bc3c44a822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
resolver: lts-10.3
allow-newer: true
packages:
- .
# Dependency packages to be pulled from upstream that are not in the resolver
# (e.g., acme-missiles-0.3)
extra-deps: [iwlib-0.1.0]
# Override default flag values for local packages and extra-deps
# flags: {}
# Control whether we use the GHC we find on the path
# system-ghc: true
|