;stack, bin: bump all to lts-16.25

This commit is contained in:
Simon Michael 2020-12-08 12:57:40 -08:00
parent 786a58ce2a
commit d17d92b338
9 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack #!/usr/bin/env stack
{- stack script --compile --resolver=lts-16.12 {- stack script --compile --resolver lts-16.25
--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 --compile --resolver lts-16.3 -- stack script --compile --resolver lts-16.25
-- {-# OPTIONS_GHC -Wno-missing-signatures -Wno-name-shadowing #-} -- {-# OPTIONS_GHC -Wno-missing-signatures -Wno-name-shadowing #-}

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack #!/usr/bin/env stack
-- stack script --compile --resolver=lts-16.3 -- stack script --compile --resolver lts-16.25
{- {-
``` ```

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack #!/usr/bin/env stack
-- stack script --compile --resolver lts-16.3 -- stack script --compile --resolver lts-16.25
{- {-
hledger-check-tagfiles stack script. hledger-check-tagfiles stack script.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack #!/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 #-} {-# OPTIONS_GHC -Wno-missing-signatures -Wno-name-shadowing #-}

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack #!/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. Quick script that adds file/line number tags to print output.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack #!/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 -- This is an unfinished prototype, see https://github.com/simonmichael/hledger/issues/1171
-- Requires a contemporaneous version of the hledger package. -- Requires a contemporaneous version of the hledger package.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env stack #!/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 #-} {-# OPTIONS_GHC -Wno-missing-signatures -Wno-name-shadowing #-}
{-# LANGUAGE NamedFieldPuns #-} {-# LANGUAGE NamedFieldPuns #-}

View File

@ -4,7 +4,7 @@ nix:
pure: false pure: false
packages: [perl gmp ncurses zlib] packages: [perl gmp ncurses zlib]
resolver: lts-16.24 resolver: lts-16.25
packages: packages:
- hledger-lib - hledger-lib