Skip to content

Commit 4853ccb

Browse files
committed
WIP
1 parent 5d2189c commit 4853ccb

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

cabal-ghc921.project

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,34 @@ packages:
1414
./plugins/hls-eval-plugin
1515
./plugins/hls-explicit-imports-plugin
1616
./plugins/hls-refine-imports-plugin
17-
./plugins/hls-hlint-plugin
18-
-- ./plugins/hls-retrie-plugin
17+
-- ./plugins/hls-hlint-plugin
18+
./plugins/hls-retrie-plugin
1919
./plugins/hls-haddock-comments-plugin
2020
-- ./plugins/hls-splice-plugin
2121
./plugins/hls-qualify-imported-names-plugin
22-
./plugins/hls-floskell-plugin
22+
-- ./plugins/hls-floskell-plugin
2323
./plugins/hls-pragmas-plugin
2424
./plugins/hls-module-name-plugin
25-
./plugins/hls-ormolu-plugin
25+
-- ./plugins/hls-ormolu-plugin
2626
./plugins/hls-call-hierarchy-plugin
2727
./plugins/hls-alternate-number-format-plugin
2828

29+
source-repository-package
30+
type: git
31+
location: https://github.com/Bodigrim/th-extras
32+
tag: f00ebca78f474d271fd7989cae0a0a47559b2efd
33+
-- https://github.com/mokus0/th-extras/pull/14
34+
35+
repository head.hackage.ghc.haskell.org
36+
url: https://ghc.gitlab.haskell.org/head.hackage/
37+
secure: True
38+
key-threshold: 3
39+
root-keys:
40+
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
41+
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
42+
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
43+
44+
2945
with-compiler: ghc-9.2.1
3046

3147
tests: true
@@ -36,11 +52,17 @@ package *
3652

3753
write-ghc-environment-files: never
3854

39-
index-state: 2021-11-29T12:30:07Z
55+
index-state: 2021-12-12T08:11:07Z
4056

4157
constraints:
4258
-- These plugins doesn't work on GHC92 yet
43-
haskell-language-server +ignore-plugins-ghc-bounds -brittany -class -fourmolu -splice -stylishhaskell -tactic -refineImports -callhierarchy -retrie
59+
haskell-language-server +ignore-plugins-ghc-bounds -brittany -class -fourmolu -splice -stylishhaskell -tactic -refineImports -callhierarchy -hlint -ormolu -floskell,
60+
ghc-lib-parser ^>= 9.2,
61+
attoparsec ^>= 0.14.3,
62+
primitive-extras ==0.10.1.2,
63+
-- these constraints are for head.hackage
64+
aeson ==1.5.6.0,
65+
primitive-unlifted ==0.1.3.0,
4466

4567
allow-newer:
4668
Cabal,

0 commit comments

Comments
 (0)