Skip to content

Commit 88cf41c

Browse files
committed
drop/integrate duplicate "stackage upper bounds"
final bounds clean-up for initial lts-24
1 parent 08d0c68 commit 88cf41c

File tree

1 file changed

+7
-51
lines changed

1 file changed

+7
-51
lines changed

build-constraints/lts-24-build-constraints.yaml

Lines changed: 7 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ packages:
905905
- yesod-newsfeed ^>= 1.7.0.0
906906
- yesod-sitemap ^>= 1.6.0
907907
- yesod-static ^>= 1.6.1.0
908-
- yesod-test ^>= 1.6.19
908+
- yesod-test ^>= 1.6.19 && <1.6.22
909909
- yesod-websockets ^>= 0.3.0.3
910910
- cereal-conduit ^>= 0.8.0
911911
- binary-conduit ^>= 1.3.1
@@ -2512,7 +2512,7 @@ packages:
25122512
- ghc-tcplugins-extra ^>= 0.4.6
25132513
- ghc-typelits-extra ^>= 0.4.8
25142514
- ghc-typelits-knownnat ^>= 0.7.13
2515-
- ghc-typelits-natnormalise ^>= 0.7.10
2515+
- ghc-typelits-natnormalise ^>= 0.7.10 && <0.7.11
25162516
- clash-prelude ^>= 1.8.2
25172517
- clash-lib < 0 # 1.8.2 https://github.com/commercialhaskell/stackage/issues/7752
25182518
- clash-ghc < 0
@@ -2804,7 +2804,7 @@ packages:
28042804
- deriving-compat ^>= 0.6.7
28052805
- dotgen ^>= 0.4.3
28062806
- echo ^>= 0.1.4
2807-
- eliminators ^>= 0.9.5
2807+
- eliminators ^>= 0.9.5 && <0.9.6
28082808
- foldable1-classes-compat ^>= 0.1.2
28092809
- generic-deriving ^>= 1.14.6
28102810
- ghc-bignum-orphans ^>= 0.1.1
@@ -3682,7 +3682,7 @@ packages:
36823682
- language-lua ^>= 0.11.0.2
36833683
- snap-server ^>= 1.1.2.1
36843684
- cabal-add ^>= 0.2
3685-
- cabal-install-parsers ^>= 0.6.2
3685+
- cabal-install-parsers ^>= 0.6.2 && <0.6.3
36863686
- alfred-margaret ^>= 2.1.0.2
36873687
- hackage-revdeps ^>= 0.1 && <0.1.1 # missing cabal-install
36883688

@@ -4064,7 +4064,7 @@ packages:
40644064
- hslua-module-version ^>= 1.1.1
40654065
- hslua-module-zip ^>= 1.1.4
40664066
- hslua-objectorientation ^>= 2.3.1
4067-
- hslua-packaging ^>= 2.3.1
4067+
- hslua-packaging ^>= 2.3.1 && <2.3.2
40684068
- hslua-repl ^>= 0.1.2
40694069
- hslua-typing ^>= 0.1.1
40704070
- jira-wiki-markup ^>= 1.5.1
@@ -5248,7 +5248,7 @@ packages:
52485248
- http-semantics ^>= 0.3.0
52495249
- http2 ^>= 5.3.10
52505250
- network-control ^>= 0.1.7
5251-
- tls ^>= 2.1.8
5251+
- tls ^>= 2.1.8 && <2.1.9
52525252

52535253
"Patrick Nielsen <[email protected]> @patrickmn":
52545254
- aeson-yaml ^>= 1.1.0.1
@@ -6130,51 +6130,7 @@ packages:
61306130
# End of Library and exe bounds failures
61316131

61326132
"Stackage upper bounds":
6133-
# https://github.com/commercialhaskell/stackage/issues/7467
6134-
- cabal-install ^>= 3.12
6135-
- cabal-install-solver ^>= 3.12.1.0
6136-
- cabal-install-parsers ^>= 0.6.2 && <0.6.3
6137-
6138-
# https://github.com/commercialhaskell/stackage/issues/7610
6139-
- singletons-th ^>= 3.4 && <3.5
6140-
6141-
# https://github.com/commercialhaskell/stackage/issues/7611
6142-
- th-desugar ^>= 1.17 && <1.18
6143-
6144-
# https://github.com/commercialhaskell/stackage/issues/7635
6145-
- singletons-base ^>= 3.4 && <3.5
6146-
- eliminators ^>= 0.9.5 && <0.9.6
6147-
6148-
# https://github.com/commercialhaskell/stackage/issues/7704
6149-
- ghc-tcplugins-extra ^>= 0.4.6 && <0.5
6150-
- ghc-typelits-natnormalise ^>= 0.7.10 && <0.7.11
6151-
6152-
# https://github.com/commercialhaskell/stackage/issues/7709
6153-
- tls ^>= 2.1.8 && <2.1.9
6154-
6155-
# https://github.com/commercialhaskell/stackage/issues/7723
6156-
- sorted-list ^>= 0.2.3.1 && <0.3
6157-
6158-
# https://github.com/commercialhaskell/stackage/issues/7765
6159-
- yesod-test ^>= 1.6.19 && <1.6.22
6160-
6161-
# https://github.com/commercialhaskell/stackage/issues/7766
6162-
- optparse-applicative ^>= 0.18.1.0 && <0.19
6163-
6164-
# https://github.com/commercialhaskell/stackage/issues/7775
6165-
- resource-pool ^>= 0.4.0.0 && <0.5
6166-
6167-
# https://github.com/commercialhaskell/stackage/issues/7787
6168-
- QuickCheck ^>= 2.15.0.1 && <2.16
6169-
6170-
# https://github.com/commercialhaskell/stackage/issues/7784
6171-
- hslua ^>= 2.3.1 && <2.4.0
6172-
- hslua-module-system ^>= 1.1.3 && <1.2.0
6173-
- hslua-objectorientation ^>= 2.3.1 && <2.4.0
6174-
- hslua-packaging ^>= 2.3.1 && <2.3.2
6175-
6176-
# https://github.com/commercialhaskell/stackage/issues/7788
6177-
- sbv ^>= 11.7 && <12.0
6133+
[]
61786134
# end of Stackage upper bounds
61796135
# end of packages
61806136

0 commit comments

Comments
 (0)