aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authoralexwl <alexey.a.kiryushin@gmail.com>2018-10-09 23:13:07 +0300
committeralexwl <alexey.a.kiryushin@gmail.com>2018-10-09 23:13:07 +0300
commit166265e93de140c4a33f7a61bc004fb64be18275 (patch)
tree7773bb4f34604637ad42a9d7948593737f2b3c9d /stack.yaml
parentf38daf67730fe31b865528eb972c619857e62a5c (diff)
WIP. It compiles with ghc-8.4.3, but not all features of the indexer are supported yet.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml12
1 files changed, 5 insertions, 7 deletions
diff --git a/stack.yaml b/stack.yaml
index 96d1825..89f09bb 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,10 +1,8 @@
-resolver: lts-11.3
+resolver: lts-12.4
packages:
- '.'
-packages:
- - .
- - location: vendor/cabal-helper-0.8.1.2
- extra-dep: true
+- location: vendor/cabal-helper-0.8.1.2
+ extra-dep: true
+allow-newer: true
extra-deps:
- - cabal-plan-0.4.0.0
- - pretty-show-1.8.2
+ - cabal-plan-0.4.0.0