From 6ed85b42083742aec1d45fc8cc1c52e9b5bea054 Mon Sep 17 00:00:00 2001 From: Christopher Davenport Date: Wed, 21 Nov 2018 09:48:06 -0500 Subject: [PATCH] Add nonemptymap/hinfo nonemptymap is a library in the containers style for nonempty maps. hinfo allows for quick information about a haskell project, currently optimized for hpack but additional features in the future. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a5a3a27b..ea6b65ad 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7,6 +7,10 @@ cabal-format-version: "2.2" # Constraints for brand new builds packages: + "Christopher Davenport @ChristopherDavenport": + - nonemptymap + - hinfo + "Edward Wastell @edwardwas": - TotalMap - sized-grid