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

Commit fe0dcee

Browse files
committed
WIP on bringing in hlint 2.1.13
Blocked on hoogle 5.0.17.4 not exporting new types. See ndmitchell/hoogle#285
1 parent c4a9e7c commit fe0dcee

File tree

11 files changed

+34
-21
lines changed

11 files changed

+34
-21
lines changed

cabal.project

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ packages:
77
./submodules/cabal-helper/
88
./submodules/ghc-mod/
99
./submodules/ghc-mod/core/
10+
11+
allow-newer:ghc-mod-5.9.0.0:haskell-src-exts
12+
allow-newer:ghc-mod-core-5.9.0.0:haskell-src-exts
13+
allow-newer:HaRe-0.8.4.1:haskell-src-exts
14+
allow-newer:hsimport-0.8.6:haskell-src-exts

haskell-ide-engine.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ library
7171
, haskell-lsp >= 0.8
7272
, haskell-src-exts
7373
, hie-plugin-api
74-
, hlint >= 2.0.11
74+
-- , hlint >= 2.0.11
75+
, hlint >= 2.1.13
7576
, hoogle >= 5.0.13
7677
, hsimport
7778
, hslogger

stack-8.2.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extra-deps:
2121
- haddock-library-1.4.4
2222
- haskell-lsp-0.8.0.1
2323
- haskell-lsp-types-0.8.0.1
24-
- hsimport-0.8.6
24+
- hsimport-0.8.8
2525
- lsp-test-0.5.0.2
2626
- pretty-show-1.8.2
2727
- sorted-list-0.2.1.0

stack-8.4.2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ extra-deps:
1919
- haddock-library-1.6.0
2020
- haskell-lsp-0.8.0.1
2121
- haskell-lsp-types-0.8.0.1
22-
- hlint-2.1.8
23-
- hsimport-0.8.6
22+
- hlint-2.1.13
23+
- hsimport-0.8.8
2424
- lsp-test-0.5.0.2
2525
- pretty-show-1.8.2
2626
- syz-0.2.0.0

stack-8.4.3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extra-deps:
1818
- haddock-library-1.6.0
1919
- haskell-lsp-0.8.0.1
2020
- haskell-lsp-types-0.8.0.1
21-
- hsimport-0.8.6
21+
- hsimport-0.8.8
2222
- lsp-test-0.5.0.2
2323
- pretty-show-1.8.2
2424
- syz-0.2.0.0

stack-8.4.4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extra-deps:
1818
- haddock-library-1.6.0
1919
- haskell-lsp-0.8.0.1
2020
- haskell-lsp-types-0.8.0.1
21-
- hsimport-0.8.6
21+
- hsimport-0.8.8
2222
- lsp-test-0.5.0.2
2323
- optparse-simple-0.1.0
2424
- pretty-show-1.9.5

stack-8.6.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extra-deps:
2020
- haddock-api-2.21.0
2121
- haskell-lsp-0.8.0.1
2222
- haskell-lsp-types-0.8.0.1
23-
- hsimport-0.8.6
23+
- hsimport-0.8.8
2424
- lsp-test-0.5.0.2
2525
- monad-memo-0.4.1
2626
- monoid-subclasses-0.4.6.1

stack-8.6.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extra-deps:
1414
- cabal-plan-0.4.0.0
1515
- constrained-dynamic-0.1.0.0
1616
- haddock-api-2.21.0
17-
- hsimport-0.8.6
17+
- hsimport-0.8.8
1818
- lsp-test-0.5.0.2
1919
- monad-memo-0.4.1
2020
- multistate-0.8.0.1

stack-8.6.3.yaml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,20 @@ extra-deps:
1010
- ./submodules/ghc-mod
1111
- ./submodules/ghc-mod/core
1212

13-
- butcher-1.3.2.1
14-
- cabal-plan-0.4.0.0
15-
- constrained-dynamic-0.1.0.0
16-
- haddock-api-2.21.0
17-
- hsimport-0.8.6
18-
- monad-memo-0.4.1
19-
- multistate-0.8.0.1
20-
- syz-0.2.0.0
21-
- temporary-1.2.1.1
22-
- yaml-0.8.32
13+
- hlint-2.1.13
14+
- hsimport-0.8.8
15+
16+
# - haskell-src-exts-1.21.0
17+
# - monad-memo-0.4.1
18+
# - multistate-0.8.0.1
19+
# - syz-0.2.0.0
20+
# - temporary-1.2.1.1
21+
# - yaml-0.8.32
22+
23+
####################################
24+
25+
####################################
26+
2327

2428
flags:
2529
haskell-ide-engine:

stack.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2018-12-31 # GHC 8.6.3
1+
resolver: nightly-2019-01-27 # GHC 8.6.3
22
packages:
33
- .
44
- hie-plugin-api
@@ -14,7 +14,10 @@ extra-deps:
1414
- cabal-plan-0.4.0.0
1515
- constrained-dynamic-0.1.0.0
1616
- haddock-api-2.21.0
17-
- hsimport-0.8.6
17+
- haskell-src-exts-1.21.0
18+
- hlint-2.1.13
19+
- hsimport-0.8.8
20+
- hoogle-5.0.17.4
1821
- monad-memo-0.4.1
1922
- multistate-0.8.0.1
2023
- optparse-simple-0.1.0

0 commit comments

Comments
 (0)