From def316b3ffce698ffee83ad64133aee9d2f10316 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Sun, 2 Jun 2019 21:33:36 +0100 Subject: [PATCH] Stackage upper bounds additions --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 624c0e03..35d6beec 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4619,6 +4619,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4564 - primitive < 0.7.0.0 + - primitive-extras < 0.8 + - primitive-unlifted < 0 + - stm-hamt < 0 + - stm-containers < 0 # https://github.com/commercialhaskell/stackage/issues/4568 - prettyprinter < 1.3.0 @@ -4657,9 +4661,14 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4595 - polysemy < 0.2.2 + - polysemy-zoo > 0.1.2.0 # https://github.com/commercialhaskell/stackage/issues/4596 - tls < 1.5.0 + - tls-debug < 0.4.6 + + # https://github.com/commercialhaskell/stackage/issues/4599 + - dbus < 1.2.8 # end of packages