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

Commit bc4046c

Browse files
committed
Bump hlint to 2.1.15
1 parent ede8e74 commit bc4046c

File tree

8 files changed

+12
-10
lines changed

8 files changed

+12
-10
lines changed

stack-8.2.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extra-deps:
2323
- haskell-lsp-0.8.0.1
2424
- haskell-lsp-types-0.8.0.1
2525
- haskell-src-exts-1.21.0
26-
- hlint-2.1.14
26+
- hlint-2.1.15
2727
- hoogle-5.0.17.5
2828
- hsimport-0.8.8
2929
- lsp-test-0.5.0.2

stack-8.4.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extra-deps:
2121
- haskell-lsp-0.8.0.1
2222
- haskell-lsp-types-0.8.0.1
2323
- haskell-src-exts-1.21.0
24-
- hlint-2.1.14
24+
- hlint-2.1.15
2525
- hoogle-5.0.17.5
2626
- hsimport-0.8.8
2727
- lsp-test-0.5.0.2

stack-8.4.3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extra-deps:
2020
- haskell-lsp-0.8.0.1
2121
- haskell-lsp-types-0.8.0.1
2222
- haskell-src-exts-1.21.0
23-
- hlint-2.1.14
23+
- hlint-2.1.15
2424
- hoogle-5.0.17.5
2525
- hsimport-0.8.8
2626
- lsp-test-0.5.0.2

stack-8.4.4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extra-deps:
2020
- haskell-lsp-0.8.0.1
2121
- haskell-lsp-types-0.8.0.1
2222
- haskell-src-exts-1.21.0
23-
- hlint-2.1.14
23+
- hlint-2.1.15
2424
- hoogle-5.0.17.5
2525
- hsimport-0.8.8
2626
- lsp-test-0.5.0.2

stack-8.6.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extra-deps:
2222
- haskell-lsp-0.8.0.1
2323
- haskell-lsp-types-0.8.0.1
2424
- haskell-src-exts-1.21.0
25-
- hlint-2.1.14
25+
- hlint-2.1.15
2626
- hoogle-5.0.17.5
2727
- hsimport-0.8.8
2828
- lsp-test-0.5.0.2

stack-8.6.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extra-deps:
1616
- constrained-dynamic-0.1.0.0
1717
- haddock-api-2.21.0
1818
- haskell-src-exts-1.21.0
19-
- hlint-2.1.14
19+
- hlint-2.1.15
2020
- hoogle-5.0.17.5
2121
- hsimport-0.8.8
2222
- monad-dijkstra-0.1.1.2

stack-8.6.3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-13.5
1+
resolver: lts-13.9
22
packages:
33
- .
44
- hie-plugin-api
@@ -16,7 +16,7 @@ extra-deps:
1616
- constrained-dynamic-0.1.0.0
1717
- haddock-api-2.21.0
1818
- haskell-src-exts-1.21.0
19-
- hlint-2.1.14
19+
- hlint-2.1.15
2020
- hoogle-5.0.17.5
2121
- hsimport-0.8.8
2222
- monad-dijkstra-0.1.1.2

stack.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2019-02-08 # GHC 8.6.3
1+
resolver: nightly-2019-02-27 # GHC 8.6.3
22
packages:
33
- .
44
- hie-plugin-api
@@ -11,12 +11,13 @@ extra-deps:
1111
- ./submodules/ghc-mod/core
1212
- ./submodules/floskell
1313

14+
- ansi-terminal-0.8.2
1415
- butcher-1.3.2.1
1516
- cabal-plan-0.4.0.0
1617
- constrained-dynamic-0.1.0.0
1718
- haddock-api-2.21.0
1819
- haskell-src-exts-1.21.0
19-
- hlint-2.1.14
20+
- hlint-2.1.15
2021
- hsimport-0.8.8
2122
- hoogle-5.0.17.5
2223
- monad-dijkstra-0.1.1.2
@@ -25,6 +26,7 @@ extra-deps:
2526
- optparse-simple-0.1.0
2627
- syz-0.2.0.0
2728
- temporary-1.2.1.1
29+
- unordered-containers-0.2.9.0
2830
- yaml-0.8.32
2931

3032
flags:

0 commit comments

Comments
 (0)