From bd333a344d4886969f97d614d3b5716ef1ce1e20 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 31 Jan 2020 14:49:29 -0800 Subject: [PATCH] ;stack: bump to latest nightly, regex now included [ci skip] --- stack.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/stack.yaml b/stack.yaml index 3423caed2..94ad21ae3 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,6 +1,6 @@ # stack build plan using GHC 8.8.1 -resolver: nightly-2020-01-25 +resolver: nightly-2020-01-31 # allow-newer: true packages: @@ -19,4 +19,8 @@ extra-deps: # for hledger-ui: # for hledger-web: # for Shake.hs: -- regex-1.1.0.0 + +# for precise profiling, per https://www.tweag.io/posts/2020-01-30-haskell-profiling.html: +# apply-ghc-options: everything +# rebuild-ghc-options: true +# stack build --profile --ghc-options="-fno-prof-auto"