;stack, bin: bump all to lts-16.25
This commit is contained in:
parent
786a58ce2a
commit
d17d92b338
2
Shake.hs
2
Shake.hs
@ -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
|
||||||
|
|||||||
@ -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 #-}
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
{-
|
{-
|
||||||
```
|
```
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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 #-}
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
@ -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 #-}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user