From 8ca9488d9ac9da4b1999fe86595de6fed733ffe8 Mon Sep 17 00:00:00 2001 From: Chris Parks Date: Fri, 13 Apr 2018 11:46:31 +0100 Subject: [PATCH] Add closed library closed is a library for natural numbers with type-level lower and upper bounds. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 17775e70..05462d51 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3286,6 +3286,9 @@ packages: "Kofi Gumbs @hkgumbs": - codec-beam + "Chris Parks @cdparks": + - closed + # 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