From 15ff52ffb41a6d2e78cd5896a43d6185898d3c01 Mon Sep 17 00:00:00 2001 From: Allele Dev Date: Sat, 25 Jun 2016 15:24:49 -0400 Subject: [PATCH 1/2] add Allele's freer package --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ffd97b8..dda12e22 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3,7 +3,7 @@ ghc-major-version: "8.0" packages: "Aaron Taylor @hamsterdam": - kawhi - + "Schell Scivally @schell": - renderable - varying @@ -2448,6 +2448,9 @@ packages: "Christopher Wells @ExcalburZero": - pixelated-avatar-generator + "Allele Dev ": + - freer + # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems. # See https://github.com/fpco/stackage/issues/1056 From af2943ea2fab251b7af5d7558b2d76bd121905b1 Mon Sep 17 00:00:00 2001 From: Allele Dev Date: Sat, 25 Jun 2016 20:28:46 -0400 Subject: [PATCH 2/2] add: Allele Dev wai-request-spec --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index dda12e22..ac281106 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2450,6 +2450,7 @@ packages: "Allele Dev ": - freer + - wai-request-spec # If you stop maintaining a package you can move it here. # It will then be disabled if it starts causing problems.