Disable test-hlint for lens

This commit is contained in:
Michael Snoyman 2014-03-10 09:31:04 +02:00
parent fdc44313c5
commit fe66c7bd06

View File

@ -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