summaryrefslogtreecommitdiff
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
parent429c24f09ae584353405113073f05fe5b129678a (diff)
Switch to hscurses (because it builds).
-rw-r--r--rougelike.cabal2
-rw-r--r--stack.yaml4
2 files changed, 4 insertions, 2 deletions
diff --git a/rougelike.cabal b/rougelike.cabal
index b9a2c82..56f7ecd 100644
--- a/rougelike.cabal
+++ b/rougelike.cabal
@@ -19,10 +19,12 @@ library
build-depends:
base
, lens
+ , hscurses
, data-default
, transformers
, mtl
default-language: Haskell2010
+ extra-libraries: panelw ncursesw pthread
executable rougelike-exe
hs-source-dirs: app
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