More permissive hlint version

This should work for old (current at time of commit) reflex-platform and the nixos-20.09 version
This commit is contained in:
Tom Smalley 2021-06-09 14:16:40 +01:00
parent aeea13ef90
commit 06ac0a83b6

View File

@ -178,7 +178,7 @@ library
test-suite hlint
build-depends:
base,
hlint >= 3.0 && < 4.0
hlint >= 2.0 && < 4.0
hs-source-dirs: test
main-is: hlint.hs
type: exitcode-stdio-1.0