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

Commit bfbbc6c

Browse files
committed
Use LTS for GHC 8.6.4
And make sure that hlint latest version is used.
1 parent 26b0c16 commit bfbbc6c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

stack-8.6.3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-13.9
1+
resolver: lts-13.11 # Last GHC 8.6.3
22
packages:
33
- .
44
- hie-plugin-api

stack-8.6.4.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2019-03-07 # GHC 8.6.4
1+
resolver: lts-13.12 # GHC 8.6.4
22
packages:
33
- .
44
- hie-plugin-api
@@ -11,14 +11,14 @@ extra-deps:
1111
- ./submodules/ghc-mod/core
1212
- ./submodules/floskell
1313

14-
- ansi-terminal-0.8.2
1514
- butcher-1.3.2.1
1615
- cabal-plan-0.4.0.0
1716
- constrained-dynamic-0.1.0.0
18-
- deque-0.2.7
19-
- ghc-exactprint-0.5.8.2
2017
- haddock-api-2.22.0
18+
- haskell-src-exts-1.21.0
19+
- hlint-2.1.15
2120
- hsimport-0.8.8
21+
- hoogle-5.0.17.5
2222
- monad-dijkstra-0.1.1.2@rev:1
2323
- monad-memo-0.4.1
2424
- multistate-0.8.0.1

stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ extra-deps:
1818
- deque-0.2.7
1919
- ghc-exactprint-0.5.8.2
2020
- haddock-api-2.22.0
21+
- hlint-2.1.15
2122
- hsimport-0.8.8
2223
- monad-dijkstra-0.1.1.2@rev:1
2324
- monad-memo-0.4.1

0 commit comments

Comments
 (0)