From 9dcc22cbbc5f842b9449a28582c65d004ecc9312 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 17 Feb 2016 15:11:42 -0800 Subject: [PATCH] Add constraint "network-transport-tcp < 0.5" per #1229 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c86b8997..851f906a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1984,6 +1984,9 @@ packages: # https://github.com/fpco/stackage/issues/1227 - diagrams-svg < 1.4 + # https://github.com/fpco/stackage/issues/1229 + - network-transport-tcp < 0.5 + # end of packages