Skip to content

Commit cea9017

Browse files
committed
Ghc-check now supports ghc-9.0.1
1 parent 377e9a1 commit cea9017

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

cabal.project

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ source-repository-package
5757
-- https://github.com/mokus0/th-extras/pull/8
5858
-- https://github.com/mokus0/th-extras/issues/7
5959

60-
source-repository-package
61-
type: git
62-
location: https://github.com/anka-213/ghc-check
63-
tag: 3cad1db8bd6ef0921713913be7e92fe2361bae4d
64-
-- https://github.com/pepeiborra/ghc-check/pull/12
60+
-- source-repository-package
61+
-- type: git
62+
-- location: https://github.com/anka-213/ghc-check
63+
-- tag: 3cad1db8bd6ef0921713913be7e92fe2361bae4d
64+
-- -- https://github.com/pepeiborra/ghc-check/pull/12
6565

6666
source-repository-package
6767
type: git
@@ -83,7 +83,7 @@ source-repository-package
8383
subdir: lsp-types
8484
subdir: lsp
8585
subdir: lsp-test
86-
-- https://github.com/haskell/lsp/pull/312/commits/3bf244fe0cf7ca9b895ae71fb526adba466ceaee
86+
-- https://github.com/haskell/lsp/pull/312
8787

8888
source-repository-package
8989
type: git
@@ -93,7 +93,7 @@ source-repository-package
9393

9494
write-ghc-environment-files: never
9595

96-
index-state: 2021-03-29T21:23:14Z
96+
index-state: 2021-04-07T07:31:23Z
9797

9898
allow-newer:
9999
*:*,

ghcide/ghcide.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ library
9494
ghc-boot-th,
9595
ghc-boot,
9696
ghc >= 8.6,
97-
ghc-check >=0.5.0.1,
97+
ghc-check >=0.5.0.4,
9898
ghc-paths,
9999
ghc-api-compat,
100100
cryptohash-sha1 >=0.11.100 && <0.12,

stack-8.6.4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extra-deps:
3636
- floskell-0.10.4
3737
- fourmolu-0.3.0.0
3838
- fuzzy-0.1.0.0
39-
- ghc-check-0.5.0.1
39+
- ghc-check-0.5.0.4
4040
- ghc-events-0.13.0
4141
- ghc-exactprint-0.6.3.4
4242
- ghc-lib-8.10.4.20210206

stack-8.6.5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extra-deps:
3535
- floskell-0.10.4
3636
- fourmolu-0.3.0.0
3737
- fuzzy-0.1.0.0
38-
- ghc-check-0.5.0.1
38+
- ghc-check-0.5.0.4
3939
- ghc-events-0.13.0
4040
- ghc-exactprint-0.6.3.4
4141
- ghc-lib-8.10.4.20210206

stack-8.8.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extra-deps:
3131
- constrained-dynamic-0.1.0.0
3232
- floskell-0.10.4
3333
- fourmolu-0.3.0.0
34-
- ghc-check-0.5.0.1
34+
- ghc-check-0.5.0.4
3535
- ghc-events-0.13.0
3636
- ghc-exactprint-0.6.3.4
3737
- ghc-lib-8.10.4.20210206

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extra-deps:
3737
- floskell-0.10.4
3838
- fourmolu-0.3.0.0
3939
- fuzzy-0.1.0.0
40-
- ghc-check-0.5.0.1
40+
- ghc-check-0.5.0.4
4141
- ghc-events-0.13.0
4242
- ghc-exactprint-0.6.3.4
4343
- ghc-lib-8.10.4.20210206

0 commit comments

Comments
 (0)