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

Commit 38c6ca6

Browse files
authored
Merge pull request #1757 from alanz/bump-resolvers
Bump resolvers
2 parents 6dc7d43 + 73a9f77 commit 38c6ca6

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

cabal.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ constraints:
2121

2222
write-ghc-environment-files: never
2323

24-
index-state: 2020-04-06T20:27:36Z
24+
index-state: 2020-05-02T10:11:15Z

haskell-ide-engine.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ library
104104
, unliftio
105105
, hlint >= 2.2.11
106106
if impl(ghc >= 8.6)
107-
build-depends: ormolu >= 0.0.3.1
107+
build-depends: ormolu == 0.0.3.*
108108

109109
ghc-options: -Wall -Wredundant-constraints
110110
if flag(pedantic)

stack-8.8.3.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-15.4
1+
resolver: lts-15.10
22
packages:
33
- .
44
- hie-plugin-api
@@ -14,11 +14,11 @@ extra-deps:
1414
- clock-0.7.2
1515
- constrained-dynamic-0.1.0.0
1616
- floskell-0.10.2
17-
- haddock-api-2.23.1
18-
- hoogle-5.0.17.15
19-
- hsimport-0.11.0@sha256:e8f1774aff97215d7cc3a6c81635fae75b80af182f732f8fe28d1ed6eb9c7401,3170
2017
- ghc-lib-parser-8.8.2.20200205
2118
- ghc-lib-parser-ex-8.8.5.3
19+
- haddock-api-2.23.1
20+
- hoogle-5.0.17.15
21+
- hsimport-0.11.0
2222
- ilist-0.3.1.0
2323
- monad-dijkstra-0.1.1.2
2424
- semigroups-0.18.5

stack.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2020-04-09
1+
resolver: nightly-2020-05-01
22

33
packages:
44
- .
@@ -8,25 +8,26 @@ extra-deps:
88
# - ./submodules/HaRe
99

1010
- apply-refact-0.7.0.0
11-
- bytestring-trie-0.2.5.0@sha256:9efa9c6f556314d28486be2470ff789419c5238ed2e354870623a3cbbd28fbe2,3349
11+
- bytestring-trie-0.2.5.0
1212
# - cabal-helper-1.0.0.0
1313
- github: DanielG/cabal-helper
1414
commit: a18bbb2af92e9b4337e7f930cb80754f2408bcfd
1515
- clock-0.7.2
1616
- constrained-dynamic-0.1.0.0
1717
- floskell-0.10.2
18-
- ghc-lib-parser-8.8.2.20200205
18+
- ghc-lib-parser-8.8.3.20200412.1
1919
- ghc-lib-parser-ex-8.8.5.3
2020
- haddock-api-2.23.1
2121
- haddock-library-1.8.0
2222
- haskell-lsp-0.20.0.0
2323
- haskell-lsp-types-0.20.0.0
2424
- haskell-src-exts-1.22.0
25-
- lsp-test-0.10.1.0
2625
- hoogle-5.0.17.15
27-
- hsimport-0.11.0@sha256:e8f1774aff97215d7cc3a6c81635fae75b80af182f732f8fe28d1ed6eb9c7401,3170
26+
- hsimport-0.11.0
2827
- ilist-0.3.1.0
28+
- lsp-test-0.10.1.0
2929
- monad-dijkstra-0.1.1.2
30+
- ormolu-0.0.3.1
3031
- semigroups-0.18.5
3132
- temporary-1.2.1.1
3233
- unliftio-core-0.2.0.1

0 commit comments

Comments
 (0)