mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +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
|
||||
-> Set.singleton "containers-old"
|
||||
_ -> Set.empty)
|
||||
, disabledFlags = Set.fromList $ words "bytestring-in-base"
|
||||
, disabledFlags = Set.fromList $ words "bytestring-in-base test-hlint"
|
||||
, allowedPackage = const $ Right ()
|
||||
, useGlobalDatabase = False
|
||||
, skippedTests = empty
|
||||
|
||||
Loading…
Reference in New Issue
Block a user