Skip to content

Commit

Permalink
dev: bump to latest stackage, ghc 9.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Aug 7, 2022
1 parent b46aa13 commit 950c85c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Shake.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env stack
{- stack script --resolver nightly-2022-07-10 --compile
{- stack script --resolver nightly-2022-08-04 --compile
--extra-include-dirs /Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/ffi
--package base-prelude
--package directory
Expand Down
2 changes: 1 addition & 1 deletion bin/hledger-addon-example.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env stack
-- stack runghc --verbosity info --package hledger --package string-qq
--resolver nightly-2022-07-10
--resolver nightly-2022-08-04

{-
hledger-addon-example - a hledger addon command template.
Expand Down
2 changes: 1 addition & 1 deletion hledger-install/hledger-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ HLEDGER_INSTALL_VERSION=20220711
# 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-07-10"
RESOLVER="--resolver=nightly-2022-08-04"

# things to be installed

Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stack build plan using GHC 9.2.2 (latest version hls works with)
# stack build plan using GHC 9.2.4

resolver: nightly-2022-06-06
resolver: nightly-2022-08-04

packages:
- hledger-lib
Expand Down

0 comments on commit 950c85c

Please sign in to comment.