;tools: bump resolver in more places

This commit is contained in:
Simon Michael 2021-12-16 13:34:59 -10:00
parent 074606c7a7
commit 09009cbb1c
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack #!/usr/bin/env stack
{- stack script --resolver nightly-2021-07-16 --compile {- stack script --resolver nightly-2021-12-16 --compile
--package base-prelude --package base-prelude
--package directory --package directory
--package extra --package extra

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack #!/usr/bin/env stack
{- stack script --resolver nightly-2021-11-19 {- stack script --resolver nightly-2021-12-16
--package data-default --package data-default
--package extra --package extra
--package hledger-lib --package hledger-lib

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack #!/usr/bin/env stack
{- stack script --resolver nightly-2021-07-16 --compile {- stack script --resolver nightly-2021-12-16 --compile
-} -}
-- add this to see packages being installed instead of a long silence: -- add this to see packages being installed instead of a long silence:
-- --verbosity=info -- --verbosity=info