From 35f90900815e8105292a2dac07f5c8f9be0c01be Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 18 Dec 2023 13:17:08 +0100 Subject: [PATCH] Run against LTS 22.0 --- etc/lts-constraints/src/Main.hs | 2 +- lts-build-constraints.yaml | 42 ++++++++++++++++----------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/etc/lts-constraints/src/Main.hs b/etc/lts-constraints/src/Main.hs index b4608047..d58bb1c1 100644 --- a/etc/lts-constraints/src/Main.hs +++ b/etc/lts-constraints/src/Main.hs @@ -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 diff --git a/lts-build-constraints.yaml b/lts-build-constraints.yaml index 74a5eb31..2a297211 100644 --- a/lts-build-constraints.yaml +++ b/lts-build-constraints.yaml @@ -285,10 +285,10 @@ packages: - aeson-combinators ^>= 0.1.1.0 "Fernando Freire @dogonthehorizon": - - hal ^>= 1.0.0.1 + - hal ^>= 1.0.1 "Nathan Fairhurst @iamfromspace": - - hal ^>= 1.0.0.1 + - hal ^>= 1.0.1 "Daniel Taskoff @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": - - 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": @@ -3391,7 +3391,7 @@ packages: "Alex McLean @yaxu": - tidal ^>= 1.9.4 - - tidal-link ^>= 1.0.1 + - tidal-link ^>= 1.0.2 - hosc ^>= 0.20 "Kei Hibino @khibino": @@ -3427,7 +3427,7 @@ packages: "Fraser Tweedale @frasertweedale": - concise ^>= 0.1.0.1 - dyre ^>= 0.9.2 - - jose ^>= 0.10.0.1 + - jose ^>= 0.11 "Yoshikuni Jujo @YoshikuniJujo": - zot ^>= 0.0.3 @@ -4575,8 +4575,8 @@ packages: - file-path-th ^>= 0.1.0.0 "Raghu Kaippully @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 @recursion-ninja": @@ -5080,7 +5080,7 @@ packages: - ipa < 0 "Andreas Herrmann @aherrmann": - - capability ^>= 0.5.0.1 + - capability < 0 "Dustin Sallings @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