mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-18 18:21:56 +01:00
Disable test-hlint for lens
This commit is contained in:
parent
fdc44313c5
commit
fe66c7bd06
@ -39,7 +39,7 @@ defaultSelectSettings version = SelectSettings
|
|||||||
Just v | Just range <- simpleParse "< 0.5", v `withinRange` range
|
Just v | Just range <- simpleParse "< 0.5", v `withinRange` range
|
||||||
-> Set.singleton "containers-old"
|
-> Set.singleton "containers-old"
|
||||||
_ -> Set.empty)
|
_ -> Set.empty)
|
||||||
, disabledFlags = Set.fromList $ words "bytestring-in-base"
|
, disabledFlags = Set.fromList $ words "bytestring-in-base test-hlint"
|
||||||
, allowedPackage = const $ Right ()
|
, allowedPackage = const $ Right ()
|
||||||
, useGlobalDatabase = False
|
, useGlobalDatabase = False
|
||||||
, skippedTests = empty
|
, skippedTests = empty
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user