mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Set a flag for storable-complex
This commit is contained in:
parent
8bca1ec5c8
commit
5d7b7b5082
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user