Skip to content

Commit

Permalink
upgrade ghc-check to fix #3002 (#3034)
Browse files Browse the repository at this point in the history
  • Loading branch information
kokobd authored Aug 19, 2022
1 parent f4ce73f commit fe00b3a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ package *

write-ghc-environment-files: never

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

constraints:
hyphenation +embed,
Expand Down
2 changes: 1 addition & 1 deletion ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ library
ghc-boot-th,
ghc-boot,
ghc >= 8.6,
ghc-check >=0.5.0.4,
ghc-check >=0.5.0.8,
ghc-paths,
cryptohash-sha1 >=0.11.100 && <0.12,
hie-bios ^>= 0.9.1,
Expand Down
2 changes: 1 addition & 1 deletion stack-lts16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extra-deps:
- extra-1.7.10
- floskell-0.10.4
- fourmolu-0.3.0.0
- ghc-check-0.5.0.4
- ghc-check-0.5.0.8
- ghc-exactprint-0.6.4
- ghc-lib-8.10.7.20210828
- ghc-lib-parser-8.10.7.20210828
Expand Down
2 changes: 1 addition & 1 deletion stack-lts19.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-19.18
resolver: lts-19.19

packages:
- .
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2022-08-04
resolver: nightly-2022-08-15

packages:
- .
Expand Down

0 comments on commit fe00b3a

Please sign in to comment.