mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-05 19:10:26 +01:00
Update for newer GHC and newer nightly snapshot
This commit is contained in:
parent
94871267e0
commit
f134077ddb
@ -1,6 +1,2 @@
|
|||||||
source-repository-package
|
|
||||||
type: git
|
|
||||||
location: git://github.com/commercialhaskell/pantry.git
|
|
||||||
|
|
||||||
packages: ./lts-constraints.cabal
|
packages: ./lts-constraints.cabal
|
||||||
with-compiler: ghc-8.10.7
|
with-compiler: ghc-9.4.7
|
||||||
|
|||||||
@ -29,7 +29,7 @@ data State
|
|||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = do
|
main = do
|
||||||
map <- snapshotMap <$> loadSnapshot "../../nightly-2012-12-11.yaml"
|
map <- snapshotMap <$> loadSnapshot "../../../stackage-snapshots/nightly/2023/12/15.yaml"
|
||||||
output <- openFile target WriteMode
|
output <- openFile target WriteMode
|
||||||
let putLine = liftIO . T.hPutStrLn output
|
let putLine = liftIO . T.hPutStrLn output
|
||||||
lines <- T.lines <$> T.readFile src
|
lines <- T.lines <$> T.readFile src
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
resolver:
|
resolver:
|
||||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/18.yaml
|
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/24.yaml
|
||||||
packages:
|
packages:
|
||||||
- .
|
- .
|
||||||
|
|||||||
@ -6,8 +6,8 @@
|
|||||||
packages: []
|
packages: []
|
||||||
snapshots:
|
snapshots:
|
||||||
- completed:
|
- completed:
|
||||||
size: 586296
|
sha256: abcc4a65c15c7c2313f1a87f01bfd4d910516e1930b99653eef1d2d006515916
|
||||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/18.yaml
|
size: 640074
|
||||||
sha256: 63539429076b7ebbab6daa7656cfb079393bf644971156dc349d7c0453694ac2
|
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/24.yaml
|
||||||
original:
|
original:
|
||||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/18.yaml
|
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/24.yaml
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user