From 5d7b7b50826994ab80e3992ebf5cd41d31c06005 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 2 Jan 2015 08:19:36 +0200 Subject: [PATCH] Set a flag for storable-complex --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d66b2a35..2e2643ab 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -678,6 +678,12 @@ package-flags: simplelocalnet: true p2p: true + # GHC 7.10: Remove this + # Note that the flag is lower-cased, because that's what Cabal does + # Perhaps the codebase should automatically lower case flag names? + storable-complex: + instanceinbase: false + # By skipping a test suite, we do not pull in the build dependencies skipped-tests: - ReadArgs # old version of hspec