From 79d3ecfc90a61e306183a9e9dc48b51df6578fd6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 6 Jun 2022 12:07:27 +0100 Subject: [PATCH] ;pkg: stack: bump to latest nightly snapshot --- Shake.hs | 2 +- hledger-install/hledger-install.sh | 2 +- stack.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Shake.hs b/Shake.hs index 4d2749e95..a45cea7bc 100755 --- a/Shake.hs +++ b/Shake.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack -{- stack script --resolver nightly-2022-04-14 --compile +{- stack script --resolver nightly-2022-06-06 --compile --extra-include-dirs /Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/ffi --package base-prelude --package directory diff --git a/hledger-install/hledger-install.sh b/hledger-install/hledger-install.sh index e3d2e6dfb..6224c1363 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -52,7 +52,7 @@ HLEDGER_INSTALL_VERSION=20220606 # You can try specifying a different stackage version here, or # commenting out this line to use your current global resolver, # to avoid unnecessary building. -RESOLVER="--resolver=nightly-2022-04-14" +RESOLVER="--resolver=nightly-2022-06-06" # things to be installed diff --git a/stack.yaml b/stack.yaml index 844fc4896..296f96f44 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,6 +1,6 @@ # stack build plan using GHC 9.2.2 -resolver: nightly-2022-04-14 +resolver: nightly-2022-06-06 packages: - hledger-lib