mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-30 16:10:25 +01:00
Put upper bounds at end (keep maintainer info correct)
This commit is contained in:
parent
a1670f9a61
commit
b0cac59d2f
@ -1,34 +1,5 @@
|
|||||||
# Constraints for brand new builds
|
# Constraints for brand new builds
|
||||||
packages:
|
packages:
|
||||||
"Stackage upper bounds":
|
|
||||||
# cabal-install is buggy still.
|
|
||||||
- network < 2.6
|
|
||||||
- network-uri < 2.6
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/288
|
|
||||||
- text < 1.2
|
|
||||||
|
|
||||||
# Force a specific version that's compatible with transformers 0.3
|
|
||||||
- transformers-compat == 0.3.3.3
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/291
|
|
||||||
- random < 1.0.1.3
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/314
|
|
||||||
- hxt < 9.3.1.9
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/318
|
|
||||||
- HaXml < 1.25
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/319
|
|
||||||
- polyparse < 1.10
|
|
||||||
|
|
||||||
# https://github.com/nikita-volkov/stm-containers/issues/3
|
|
||||||
- free < 4.10
|
|
||||||
|
|
||||||
# https://github.com/fpco/stackage/issues/369
|
|
||||||
- list-t < 0.4
|
|
||||||
|
|
||||||
"Michael Snoyman michael@snoyman.com @snoyberg":
|
"Michael Snoyman michael@snoyman.com @snoyberg":
|
||||||
- bzlib-conduit
|
- bzlib-conduit
|
||||||
- cabal-install < 1.19
|
- cabal-install < 1.19
|
||||||
@ -630,6 +601,35 @@ packages:
|
|||||||
- opaleye
|
- opaleye
|
||||||
- product-profunctors
|
- product-profunctors
|
||||||
|
|
||||||
|
"Stackage upper bounds":
|
||||||
|
# cabal-install is buggy still.
|
||||||
|
- network < 2.6
|
||||||
|
- network-uri < 2.6
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/288
|
||||||
|
- text < 1.2
|
||||||
|
|
||||||
|
# Force a specific version that's compatible with transformers 0.3
|
||||||
|
- transformers-compat == 0.3.3.3
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/291
|
||||||
|
- random < 1.0.1.3
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/314
|
||||||
|
- hxt < 9.3.1.9
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/318
|
||||||
|
- HaXml < 1.25
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/319
|
||||||
|
- polyparse < 1.10
|
||||||
|
|
||||||
|
# https://github.com/nikita-volkov/stm-containers/issues/3
|
||||||
|
- free < 4.10
|
||||||
|
|
||||||
|
# https://github.com/fpco/stackage/issues/369
|
||||||
|
- list-t < 0.4
|
||||||
|
|
||||||
# Global flags are applied to all packages
|
# Global flags are applied to all packages
|
||||||
global-flags:
|
global-flags:
|
||||||
blaze_html_0_5: true
|
blaze_html_0_5: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user