From 166265e93de140c4a33f7a61bc004fb64be18275 Mon Sep 17 00:00:00 2001 From: alexwl Date: Tue, 9 Oct 2018 23:13:07 +0300 Subject: WIP. It compiles with ghc-8.4.3, but not all features of the indexer are supported yet. --- stack.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'stack.yaml') 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 -- cgit v1.2.3