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

Made hlint dependency properly depend on version of ghc. #1355

Merged
merged 4 commits into from
Aug 7, 2019
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion haskell-ide-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ library
, haskell-lsp-types == 0.15.*
, haskell-src-exts
, hie-plugin-api
, hlint (>= 2.0.11 && < 2.1.18) || >= 2.1.22
, hoogle >= 5.0.13
, hsimport
, hslogger
Expand All @@ -98,6 +97,11 @@ 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

ghc-options: -Wall -Wredundant-constraints
if flag(pedantic)
ghc-options: -Werror
Expand Down
2 changes: 1 addition & 1 deletion stack-8.4.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ extra-deps:
- ./submodules/ghc-mod/core
- ./submodules/ghc-mod/ghc-project-types

- brittany-0.12.0.0
- base-compat-0.9.3
- brittany-0.12.0.0
- cabal-plan-0.3.0.0
- constrained-dynamic-0.1.0.0
- floskell-0.10.0
Expand Down
2 changes: 1 addition & 1 deletion stack-8.6.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ extra-deps:
- haskell-lsp-types-0.15.0.0
- haskell-src-exts-1.21.0
- hlint-2.2.2
- hsimport-0.10.0
- hoogle-5.0.17.9
- hsimport-0.10.0
- lsp-test-0.6.0.0
- monad-dijkstra-0.1.1.2@rev:1
- monad-memo-0.4.1
Expand Down