From 6cac9ee046db67815a7faceb6b275d0bbf42b025 Mon Sep 17 00:00:00 2001 From: Andrew Cowie Date: Mon, 21 Dec 2015 16:24:42 +1100 Subject: [PATCH] Add http-streams package Long overdue, but now that io-streams is in, we can add the HTTP client library built on it. Also adds http-common package. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 37cd7050..c7527f5f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1523,6 +1523,10 @@ packages: - io-streams - openssl-streams + "Andrew Cowie @afcowie": + - http-common + - http-streams + "Devan Stormont ": - forecast-io