Skip to content

Commit fe00b3a

Browse files
author
Kobayashi
authored
upgrade ghc-check to fix #3002 (#3034)
1 parent f4ce73f commit fe00b3a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ package *
4545

4646
write-ghc-environment-files: never
4747

48-
index-state: 2022-08-09T13:13:41Z
48+
index-state: 2022-08-15T06:53:13Z
4949

5050
constraints:
5151
hyphenation +embed,

ghcide/ghcide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ library
108108
ghc-boot-th,
109109
ghc-boot,
110110
ghc >= 8.6,
111-
ghc-check >=0.5.0.4,
111+
ghc-check >=0.5.0.8,
112112
ghc-paths,
113113
cryptohash-sha1 >=0.11.100 && <0.12,
114114
hie-bios ^>= 0.9.1,

stack-lts16.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ extra-deps:
4848
- extra-1.7.10
4949
- floskell-0.10.4
5050
- fourmolu-0.3.0.0
51-
- ghc-check-0.5.0.4
51+
- ghc-check-0.5.0.8
5252
- ghc-exactprint-0.6.4
5353
- ghc-lib-8.10.7.20210828
5454
- ghc-lib-parser-8.10.7.20210828

stack-lts19.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-19.18
1+
resolver: lts-19.19
22

33
packages:
44
- .

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2022-08-04
1+
resolver: nightly-2022-08-15
22

33
packages:
44
- .

0 commit comments

Comments
 (0)