disallow "dev" and "inspection" flags used together

This commit is contained in:
Harendra Kumar 2019-12-17 12:57:19 +05:30
parent 5c05734358
commit ddbdde306b

View File

@ -376,6 +376,11 @@ library
build-depends:
semigroups >= 0.18 && < 0.19
-- Array uses a Storable constraint in dev build making several inspection
-- tests fail
if flag(dev) && flag(inspection)
build-depends: inspection-and-dev-flags-cannot-be-used-together
-------------------------------------------------------------------------------
-- Test suites
-------------------------------------------------------------------------------