mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 07:48:31 +01:00
SHA and binary on GHC 7.6
This commit is contained in:
parent
adf2c8517d
commit
75608dc594
@ -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 =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user