Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit f508780

Browse files
committed
Remove old hlint dependency from cabal file
1 parent 17c0e81 commit f508780

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

haskell-ide-engine.cabal

+1-4
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,7 @@ library
9898
, vector
9999
, versions
100100
, yaml >= 0.8.31
101-
if impl(ghc < 8.4)
102-
build-depends: hlint >= 2.0.11 && < 2.1.18
103-
else
104-
build-depends: hlint >= 2.2.2
101+
, hlint >= 2.2.2
105102

106103
ghc-options: -Wall -Wredundant-constraints
107104
if flag(pedantic)

0 commit comments

Comments
 (0)