Relax hlint bounds

Fixes #31
This commit is contained in:
Tomas Janousek 2017-04-16 09:41:51 +02:00
parent 215d28cb2e
commit a792dbeebf

View File

@ -156,8 +156,8 @@ test-suite hlint
if flag(test-hlint)
buildable: True
build-depends:
base >=4.8 && <5.0
, hlint ==1.9.*
base >=4.7 && <5.0
, hlint >=1.9
else
buildable: False