Run against LTS 22.0

This commit is contained in:
Adam Bergmark 2023-12-18 13:17:08 +01:00 committed by Jens Petersen
parent 7d952e6ad4
commit 25bedc3f2c
2 changed files with 22 additions and 22 deletions

View File

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

View File

@ -285,10 +285,10 @@ packages:
- aeson-combinators ^>= 0.1.1.0
"Fernando Freire <dogonthehorizon@gmail.com> @dogonthehorizon":
- hal ^>= 1.0.0.1
- hal ^>= 1.0.1
"Nathan Fairhurst <nathan.fairhurst@nike.com> @iamfromspace":
- hal ^>= 1.0.0.1
- hal ^>= 1.0.1
"Daniel Taskoff <daniel.taskoff@gmail.com> @dtaskoff":
- hlibcpuid ^>= 0.2.0
@ -1110,7 +1110,7 @@ packages:
- compensated ^>= 0.8.3
- compressed < 0
- concurrent-supply ^>= 0.1.8
- constraints ^>= 0.13.4
- constraints ^>= 0.14
- contravariant ^>= 1.5.5
- distributive ^>= 0.6.2.1
- discrimination ^>= 0.5
@ -1161,7 +1161,7 @@ packages:
- speculation < 0
- streams ^>= 3.3.2
- structs ^>= 0.1.9
- tagged ^>= 0.8.7
- tagged ^>= 0.8.8
- tagged-transformer ^>= 0.8.2
- transformers-compat ^>= 0.7.2
- trifecta ^>= 2.1.3
@ -1201,7 +1201,7 @@ packages:
- construct < 0
"Brent Yorgey <byorgey@gmail.com> @byorgey":
- active ^>= 0.2.0.18
- active ^>= 0.2.1
- statestack ^>= 0.3.1.1
- diagrams ^>= 1.4.1
- diagrams-builder ^>= 0.8.0.6
@ -3068,8 +3068,8 @@ packages:
- html-entity-map ^>= 0.1.0.0
- identicon ^>= 0.2.2
- lame ^>= 0.2.2
- megaparsec ^>= 9.4.1
- megaparsec-tests ^>= 9.4.1
- megaparsec ^>= 9.5.0
- megaparsec-tests ^>= 9.5.0
- mmark ^>= 0.0.7.6
- mmark-cli ^>= 0.0.5.1
- mmark-ext ^>= 0.2.1.5
@ -3340,8 +3340,8 @@ packages:
- doclayout ^>= 0.4.0.1
- doctemplates ^>= 0.11
- emojis ^>= 0.1.3
- pandoc ^>= 3.1.10
- pandoc-cli ^>= 3.1.10
- pandoc ^>= 3.1.11
- pandoc-cli ^>= 3.1.11
- pandoc-server ^>= 0.1.0.4
- citeproc ^>= 0.8.1
- commonmark ^>= 0.2.4.1
@ -3353,7 +3353,7 @@ packages:
- skylighting-format-blaze-html ^>= 0.1.1.1
- skylighting-format-context ^>= 0.1.0.2
- skylighting-format-latex ^>= 0.1
- typst ^>= 0.4
- typst ^>= 0.5
- typst-symbols ^>= 0.1.5
"Karun Ramakrishnan <karun012@gmail.com> @karun012":
@ -3391,7 +3391,7 @@ packages:
"Alex McLean <alex@slab.org> @yaxu":
- tidal ^>= 1.9.4
- tidal-link ^>= 1.0.1
- tidal-link ^>= 1.0.2
- hosc ^>= 0.20
"Kei Hibino <ex8k.hibino@gmail.com> @khibino":
@ -3427,7 +3427,7 @@ packages:
"Fraser Tweedale <frase@frase.id.au> @frasertweedale":
- concise ^>= 0.1.0.1
- dyre ^>= 0.9.2
- jose ^>= 0.10.0.1
- jose ^>= 0.11
"Yoshikuni Jujo <yoshikuni.jujo@gmail.com> @YoshikuniJujo":
- zot ^>= 0.0.3
@ -4575,8 +4575,8 @@ packages:
- file-path-th ^>= 0.1.0.0
"Raghu Kaippully <rkaippully@gmail.com> @rkaippully":
- webgear-core ^>= 1.0.5
- webgear-openapi ^>= 1.0.5
- webgear-core < 0
- webgear-openapi < 0
- webgear-server < 0 # 1.0.5 compile fail https://github.com/haskell-webgear/webgear/issues/16
"Alex Washburn <github@recursion.ninja> @recursion-ninja":
@ -5080,7 +5080,7 @@ packages:
- ipa < 0
"Andreas Herrmann <andreas.herrmann@tweag.io> @aherrmann":
- capability ^>= 0.5.0.1
- capability < 0
"Dustin Sallings <dustin@spy.net> @dustin":
- net-mqtt ^>= 0.8.6.0
@ -8044,15 +8044,15 @@ packages:
- th-abstraction ^>= 0.5.0.0 && <0.6.0.0
# https://github.com/commercialhaskell/stackage/issues/7205
- megaparsec ^>= 9.4.1 && <9.6
- megaparsec-tests ^>= 9.4.1 && <9.6
- megaparsec ^>= 9.5.0 && <9.6
- megaparsec-tests ^>= 9.5.0 && <9.6
# https://github.com/commercialhaskell/stackage/issues/7106
- tls ^>= 1.8.0 && <1.9
# https://github.com/commercialhaskell/stackage/issues/7111
# tasty < 1.5
# tasty-quickcheck < 0.10.3
- tasty ^>= 1.4.3 && <1.5
- tasty-quickcheck ^>= 0.10.2 && <0.10.3
# https://github.com/commercialhaskell/stackage/issues/7124
- mpi-hs ^>= 0.7.2.0 && <0.7.3
@ -8073,13 +8073,13 @@ packages:
- th-desugar ^>= 1.15 && <1.16
# https://github.com/commercialhaskell/stackage/issues/7146
- constraints ^>= 0.13.4 && <0.14
- constraints ^>= 0.14 && <0.14
# https://github.com/commercialhaskell/stackage/issues/7159
- Diff ^>= 0.4.1 && <0.5
# https://github.com/commercialhaskell/stackage/issues/7168
- jose ^>= 0.10.0.1 && <0.11
- jose ^>= 0.11 && <0.11
# https://github.com/commercialhaskell/stackage/issues/7178
- cassava-megaparsec ^>= 2.0.4 && <2.1