summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2016-04-09 03:27:21 -0400
committerAndrew Cady <d@jerkface.net>2016-04-09 03:27:21 -0400
commitf246697d0b7ee5b0fd4e6145ef39531e75d21af5 (patch)
tree82b34680e23f7028db9cc7e5f88f82e13aa4e607 /stack.yaml
parent5167199204f4d502e5c3b1a54d1fb5d88a043af1 (diff)
import Data.Yaml.Config
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index ae0092d..5f45d6a 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -16,7 +16,9 @@ packages:
16 extra-dep: true 16 extra-dep: true
17 17
18# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) 18# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
19extra-deps: [] 19extra-deps:
20- yaml-config-0.3.0
21- failure-0.2.0.3
20 22
21# Override default flag values for local packages and extra-deps 23# Override default flag values for local packages and extra-deps
22flags: 24flags: