Skip to content

Commit 6038ce1

Browse files
committed
Import a bunch of upstream ghc9 fixes
1 parent 285a27c commit 6038ce1

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

cabal.project

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,66 @@ package haskell-language-server
2525
package ghcide
2626
test-show-details: direct
2727

28+
source-repository-package
29+
type: git
30+
location: https://github.com/jwaldmann/blaze-textual.git
31+
tag: d8ee6cf80e27f9619d621c936bb4bda4b99a183f
32+
-- https://github.com/jwaldmann/blaze-textual/commit/d8ee6cf80e27f9619d621c936bb4bda4b99a183f
33+
-- https://github.com/bos/blaze-textual/issues/13
34+
35+
source-repository-package
36+
type: git
37+
location: https://github.com/mithrandi/czipwith.git
38+
tag: b6245884ae83e00dd2b5261762549b37390179f8
39+
-- https://github.com/lspitzner/czipwith/pull/2
40+
41+
42+
source-repository-package
43+
type: git
44+
location: https://github.com/jneira/hie-bios/
45+
tag: 9b1445ab5efcabfad54043fc9b8e50e9d8c5bbf3
46+
-- https://github.com/mpickering/hie-bios/pull/285
47+
48+
source-repository-package
49+
type: git
50+
location: https://github.com/hsyl20/ghc-api-compat
51+
tag: 6178d75772c7d923918dfffa0b1f503dfb36d0a6
52+
53+
source-repository-package
54+
type: git
55+
location: https://github.com/anka-213/th-extras
56+
tag: 57a97b4df128eb7b360e8ab9c5759392de8d1659
57+
-- https://github.com/mokus0/th-extras/pull/8
58+
-- https://github.com/mokus0/th-extras/issues/7
59+
60+
source-repository-package
61+
type: git
62+
location: https://github.com/anka-213/ghc-check
63+
tag: 63e01825772e06aa6c6f7032f30bfc2b1c88e7d2
64+
-- https://github.com/pepeiborra/ghc-check/pull/12
65+
66+
source-repository-package
67+
type: git
68+
location: https://github.com/anka-213/dependent-sum
69+
tag: 8cf4c7fbc3bfa2be475a17bb7c94a1e1e9a830b5
70+
subdir: dependent-sum-template
71+
-- https://github.com/obsidiansystems/dependent-sum/pull/57
72+
73+
source-repository-package
74+
type: git
75+
location: https://github.com/anka-213/HieDb
76+
tag: a3f7521f6c5af1b977040cce09c8f7354f8984eb
77+
-- https://github.com/wz1000/HieDb/pull/31
78+
79+
source-repository-package
80+
type: git
81+
location: https://github.com/anka-213/lsp
82+
tag: 3bf244fe0cf7ca9b895ae71fb526adba466ceaee
83+
subdir: lsp-types
84+
subdir: lsp
85+
subdir: lsp-test
86+
-- https://github.com/haskell/lsp/pull/312/commits/3bf244fe0cf7ca9b895ae71fb526adba466ceaee
87+
2888
write-ghc-environment-files: never
2989

3090
index-state: 2021-03-29T21:23:14Z

0 commit comments

Comments
 (0)