SHA and binary on GHC 7.6

This commit is contained in:
Michael Snoyman 2014-08-24 13:58:06 +03:00
parent adf2c8517d
commit 75608dc594

View File

@ -45,6 +45,13 @@ defaultSelectSettings version = SelectSettings
(if version <= GhcMajorVersion 7 4
then Set.singleton "bytestring-builder"
else Set.empty)
-- SHA and binary
`Set.union`
(if version <= GhcMajorVersion 7 6
then Set.singleton "decoderinterface"
else Set.empty)
, allowedPackage = const $ Right ()
, useGlobalDatabase = False
, skippedTests =