mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-15 07:45:49 +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
|
(if version <= GhcMajorVersion 7 4
|
||||||
then Set.singleton "bytestring-builder"
|
then Set.singleton "bytestring-builder"
|
||||||
else Set.empty)
|
else Set.empty)
|
||||||
|
|
||||||
|
-- SHA and binary
|
||||||
|
|
||||||
|
`Set.union`
|
||||||
|
(if version <= GhcMajorVersion 7 6
|
||||||
|
then Set.singleton "decoderinterface"
|
||||||
|
else Set.empty)
|
||||||
, allowedPackage = const $ Right ()
|
, allowedPackage = const $ Right ()
|
||||||
, useGlobalDatabase = False
|
, useGlobalDatabase = False
|
||||||
, skippedTests =
|
, skippedTests =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user