From 453d31ff13919e7272514a4d6b7c2689204d409e Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 1 Feb 2018 05:25:41 +0100 Subject: `stack build --flag xmobar:all_extensions` working --- stack.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index 4fb7717..80ea090 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,12 +1,14 @@ resolver: lts-10.3 +allow-newer: true packages: - . # Dependency packages to be pulled from upstream that are not in the resolver # (e.g., acme-missiles-0.3) -# extra-deps: [] +extra-deps: [iwlib-0.1.0] # Override default flag values for local packages and extra-deps # flags: {} # Control whether we use the GHC we find on the path -system-ghc: true +# system-ghc: true + -- cgit v1.2.3