Remove old hlint dependency from cabal file

This commit is contained in:
fendor 2019-10-30 16:42:55 +01:00 committed by fendor
parent 4d748f5d08
commit 2d39a8d2a4

View File

@ -98,10 +98,7 @@ library
, vector
, versions
, yaml >= 0.8.31
if impl(ghc < 8.4)
build-depends: hlint >= 2.0.11 && < 2.1.18
else
build-depends: hlint >= 2.2.2
, hlint >= 2.2.2
ghc-options: -Wall -Wredundant-constraints
if flag(pedantic)