Update for newer GHC and newer nightly snapshot

This commit is contained in:
Adam Bergmark 2023-12-15 17:30:12 +01:00 committed by Jens Petersen
parent 94871267e0
commit f134077ddb
5 changed files with 5498 additions and 4014 deletions

View File

@ -1,6 +1,2 @@
source-repository-package
type: git
location: git://github.com/commercialhaskell/pantry.git
packages: ./lts-constraints.cabal
with-compiler: ghc-8.10.7
with-compiler: ghc-9.4.7

View File

@ -29,7 +29,7 @@ data State
main :: IO ()
main = do
map <- snapshotMap <$> loadSnapshot "../../nightly-2012-12-11.yaml"
map <- snapshotMap <$> loadSnapshot "../../../stackage-snapshots/nightly/2023/12/15.yaml"
output <- openFile target WriteMode
let putLine = liftIO . T.hPutStrLn output
lines <- T.lines <$> T.readFile src

View File

@ -1,4 +1,4 @@
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:
- .

View File

@ -6,8 +6,8 @@
packages: []
snapshots:
- completed:
size: 586296
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/18.yaml
sha256: 63539429076b7ebbab6daa7656cfb079393bf644971156dc349d7c0453694ac2
sha256: abcc4a65c15c7c2313f1a87f01bfd4d910516e1930b99653eef1d2d006515916
size: 640074
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/24.yaml
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