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

Commit

Permalink
Remove old hlint dependency from cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Oct 30, 2019
1 parent a5b44db commit 02703de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions haskell-ide-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 02703de

Please sign in to comment.