From 55848ee2a56ef9b155284d8b0602a06bcc863a0d Mon Sep 17 00:00:00 2001 From: Jacob Stanley Date: Thu, 20 Jul 2017 12:27:59 +1000 Subject: [PATCH] Add hedgehog, hedgehog-quickcheck --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7a82cc2b..e5e3d341 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,6 +1,10 @@ ghc-major-version: "8.0" # Constraints for brand new builds packages: + "Jacob Stanley @jystic": + - hedgehog + - hedgehog-quickcheck + "Nobutada Matsubara @matsubara0507": [] # package temprarily removed as added while blocked on req-0.3.0; # see https://github.com/fpco/stackage/issues/2641