From 12166a28184393b63d9a663422994c9b8d8a950a Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 30 Sep 2019 05:40:15 -0400 Subject: [PATCH] Reenable wai-extra, warp Now that `http2` is back in Stackage, there is no longer any reason to block `wai-extra` or `warp`, which incur `http2` as a dependency. --- build-constraints.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c2ddeb39..ff435fe0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5905,8 +5905,6 @@ packages: - list-witnesses < 0 # via vinyl - wai-handler-launch < 0 # via wai - wai-handler-launch < 0 # via warp - - wai-extra < 0 # via http2 - - warp < 0 # via http2 - lsp-test < 0 # via conduit-parse - groundhog-inspector < 0 # via groundhog - groundhog-inspector < 0 # via groundhog-sqlite