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

Commit b5e7c2f

Browse files
authored
Merge pull request #1226 from alanz/bump-resolvers-201904
Bump resolvers to current as at 2019-04-30
2 parents eb8110a + b064250 commit b5e7c2f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

stack-8.6.4.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-13.15 # GHC 8.6.4
1+
resolver: lts-13.19 # GHC 8.6.4
22
packages:
33
- .
44
- hie-plugin-api
@@ -18,7 +18,6 @@ extra-deps:
1818
- haskell-lsp-0.9.0.0
1919
- haskell-lsp-types-0.9.0.0
2020
- haskell-src-exts-1.21.0
21-
- haskell-src-exts-util-0.2.5
2221
- hlint-2.1.17
2322
- hoogle-5.0.17.6
2423
- hsimport-0.8.8

stack.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2019-04-05 # GHC 8.6.4
1+
resolver: nightly-2019-04-30 # First GHC 8.6.5
22
packages:
33
- .
44
- hie-plugin-api
@@ -20,7 +20,6 @@ extra-deps:
2020
- haddock-api-2.22.0
2121
- haskell-lsp-0.9.0.0
2222
- haskell-lsp-types-0.9.0.0
23-
- haskell-src-exts-util-0.2.5
2423
- hlint-2.1.17
2524
- hsimport-0.8.8
2625
- lsp-test-0.5.1.1

test/utils/TestUtils.hs

+3-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ ghcVersion = GHCPre84
133133

134134
stackYaml :: FilePath
135135
stackYaml =
136-
#if (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,6,4,0)))
136+
#if (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,6,5,0)))
137+
"stack.yaml"
138+
#elif (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,6,4,0)))
137139
"stack-8.6.4.yaml"
138140
#elif (defined(MIN_VERSION_GLASGOW_HASKELL) && (MIN_VERSION_GLASGOW_HASKELL(8,6,3,0)))
139141
"stack-8.6.3.yaml"

0 commit comments

Comments
 (0)