From b0cac59d2fef0bf21bd8b611022dd364afcbac0e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 15 Dec 2014 10:38:49 +0200 Subject: [PATCH] Put upper bounds at end (keep maintainer info correct) --- build-constraints.yaml | 58 +++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 71058d37..e0942485 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,34 +1,5 @@ # Constraints for brand new builds 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": - bzlib-conduit - cabal-install < 1.19 @@ -630,6 +601,35 @@ packages: - opaleye - 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: blaze_html_0_5: true