From 74b441bf99216ca7f0fea855a6ab4a49416c8e61 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 19 Jun 2018 21:09:47 +0200 Subject: [PATCH] servant upper bounds for #3750 --- build-constraints.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8bd3f954..06130add 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -996,7 +996,7 @@ packages: "Simon Michael @simonmichael": # # The hledger project aims to keep the latest release of the core - # hledger-lib and hledger packages in stackage nightly at all times. + # hledger-lib and hledger packages in stackage nightly at all times. # When other hledger-* packages have too-restrictive bounds, we prefer they # be removed, rather than putting an upper bound on hledger-lib and hledger. # (https://github.com/fpco/stackage/issues/3494) @@ -3547,6 +3547,13 @@ packages: - numhask-prelude < 0.1.0.0 - numhask-range < 0.2.3.1 - numhask-test < 0.1.0.0 + + # https://github.com/commercialhaskell/stackage/issues/3750 + - servant < 0.14 + - servant-client < 0.14 + - servant-client-core < 0.14 + - servant-server < 0.14 + - servant-lucid < 0.8.1 # end of packages # Package flags are applied to individual packages, and override the values of