From d17d92b338572c15f48af6abb1976bb916df80ec Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 8 Dec 2020 12:57:40 -0800 Subject: [PATCH] ;stack, bin: bump all to lts-16.25 --- Shake.hs | 2 +- bin/hledger-balance-as-budget.hs | 2 +- bin/hledger-check-fancyassertions.hs | 2 +- bin/hledger-check-tagfiles.hs | 2 +- bin/hledger-combine-balances.hs | 2 +- bin/hledger-print-location.hs | 2 +- bin/hledger-smooth.hs | 2 +- bin/hledger-swap-dates.hs | 2 +- stack.yaml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Shake.hs b/Shake.hs index 4ef4cc25f..a1ea54263 100755 --- a/Shake.hs +++ b/Shake.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack -{- stack script --compile --resolver=lts-16.12 +{- stack script --compile --resolver lts-16.25 --package base-prelude --package directory --package extra diff --git a/bin/hledger-balance-as-budget.hs b/bin/hledger-balance-as-budget.hs index d352b34de..5d42c87ea 100755 --- a/bin/hledger-balance-as-budget.hs +++ b/bin/hledger-balance-as-budget.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack --- stack script --compile --resolver lts-16.3 +-- stack script --compile --resolver lts-16.25 -- {-# OPTIONS_GHC -Wno-missing-signatures -Wno-name-shadowing #-} diff --git a/bin/hledger-check-fancyassertions.hs b/bin/hledger-check-fancyassertions.hs index 359934bc3..bb1522124 100755 --- a/bin/hledger-check-fancyassertions.hs +++ b/bin/hledger-check-fancyassertions.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack --- stack script --compile --resolver=lts-16.3 +-- stack script --compile --resolver lts-16.25 {- ``` diff --git a/bin/hledger-check-tagfiles.hs b/bin/hledger-check-tagfiles.hs index 259a2f59d..a015aa1ca 100755 --- a/bin/hledger-check-tagfiles.hs +++ b/bin/hledger-check-tagfiles.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack --- stack script --compile --resolver lts-16.3 +-- stack script --compile --resolver lts-16.25 {- hledger-check-tagfiles stack script. diff --git a/bin/hledger-combine-balances.hs b/bin/hledger-combine-balances.hs index 6d3f357b3..809ac2b73 100755 --- a/bin/hledger-combine-balances.hs +++ b/bin/hledger-combine-balances.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack --- stack script --compile --resolver lts-16.3 +-- stack script --compile --resolver lts-16.25 {-# OPTIONS_GHC -Wno-missing-signatures -Wno-name-shadowing #-} diff --git a/bin/hledger-print-location.hs b/bin/hledger-print-location.hs index 2b5c37ef9..f7a5437e9 100755 --- a/bin/hledger-print-location.hs +++ b/bin/hledger-print-location.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack -{- stack script --compile --resolver lts-16.3 +{- stack script --compile --resolver lts-16.25 -} {- Quick script that adds file/line number tags to print output. diff --git a/bin/hledger-smooth.hs b/bin/hledger-smooth.hs index 3059c9b00..30688cdb7 100755 --- a/bin/hledger-smooth.hs +++ b/bin/hledger-smooth.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack --- stack script --compile --resolver lts-16.3 +-- stack script --compile --resolver lts-16.25 -- This is an unfinished prototype, see https://github.com/simonmichael/hledger/issues/1171 -- Requires a contemporaneous version of the hledger package. diff --git a/bin/hledger-swap-dates.hs b/bin/hledger-swap-dates.hs index d2599b801..9ad760081 100755 --- a/bin/hledger-swap-dates.hs +++ b/bin/hledger-swap-dates.hs @@ -1,5 +1,5 @@ #!/usr/bin/env stack --- stack script --compile --resolver lts-16.3 +-- stack script --compile --resolver lts-16.25 {-# OPTIONS_GHC -Wno-missing-signatures -Wno-name-shadowing #-} {-# LANGUAGE NamedFieldPuns #-} diff --git a/stack.yaml b/stack.yaml index bd8edf86e..ac3d67ee7 100644 --- a/stack.yaml +++ b/stack.yaml @@ -4,7 +4,7 @@ nix: pure: false packages: [perl gmp ncurses zlib] -resolver: lts-16.24 +resolver: lts-16.25 packages: - hledger-lib