summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2016-02-19 05:50:52 +0100
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2016-02-19 05:50:52 +0100
commit15eef06c3619a6f723fd6d9b1638c436b6f98c8f (patch)
treed3de192373cb270b03e65a05f62303286e855694 /stack.yaml
parent429c24f09ae584353405113073f05fe5b129678a (diff)
Switch to hscurses (because it builds).
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml
index 28ee63e..6b4e5a6 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -8,7 +8,7 @@ packages:
- '.'
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
-extra-deps: []
+extra-deps: [hscurses-1.4.2.0]
# Override default flag values for local packages and extra-deps
flags: {}
@@ -17,7 +17,7 @@ flags: {}
extra-package-dbs: []
# Control whether we use the GHC we find on the path
-# system-ghc: true
+system-ghc: false
# Require a specific version of stack, using version ranges
# require-stack-version: -any # Default