From 1777c0a2146da4af1a74196f5ad6f660f778e50b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 26 Oct 2015 06:49:24 -0700 Subject: [PATCH] require nightly stackage snapshot for hledger-ui vty and brick are not yet in the LTS snapshots. We don't want to list them explicitly as extra-deps since that can't be conditionalised for windows, which doesn't support them. So, require a nightly snapshot which does include them. A downside of this is that most people won't have this particular snapshot installed. But with luck, stack will reuse bits from their older snapshots and there won't be too much building. --- stack.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/stack.yaml b/stack.yaml index eb4b7e20b..7e4c7ba11 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,6 +1,6 @@ # cf https://github.com/commercialhaskell/stack/wiki/stack.yaml -resolver: lts-3.0 +resolver: nightly-2015-10-25 # or newer packages: - hledger-lib @@ -11,10 +11,7 @@ packages: flags: extra-deps: -- brick-0.2 -- text-zipper-0.2.1 - uglymemo-0.1.0.1 -- vty-5.3.1 ghc-options: rtsopts: