From 0c3dca6c5bfadccb12cdae2791c0bd57aa5b3a04 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Fri, 14 Aug 2015 10:17:05 -0700 Subject: [PATCH] Add brick, text-zipper, vty, and dbmigrations --- build-constraints.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index da67bf56..5f701140 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -231,6 +231,12 @@ packages: - vhd - xenstore + "Jonathan Daugherty ": + - brick + - dbmigrations + - text-zipper + - vty + "Chris Done": - ace - check-email @@ -1296,6 +1302,9 @@ packages: # Package flags are applied to individual packages, and override the values of # global-flags package-flags: + brick: + demos: true + mersenne-random-pure64: small_base: false @@ -1351,6 +1360,7 @@ skipped-builds: # By skipping a test suite, we do not pull in the build dependencies skipped-tests: + - dbmigrations - ReadArgs # old version of hspec - ersatz # old QuickCheck - punycode # pulls in encoding