@@ -14,18 +14,34 @@ packages:
14
14
./plugins/hls-eval-plugin
15
15
./plugins/hls-explicit-imports-plugin
16
16
./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
19
19
./plugins/hls-haddock-comments-plugin
20
20
-- ./plugins/hls-splice-plugin
21
21
./plugins/hls-qualify-imported-names-plugin
22
- ./plugins/hls-floskell-plugin
22
+ -- ./plugins/hls-floskell-plugin
23
23
./plugins/hls-pragmas-plugin
24
24
./plugins/hls-module-name-plugin
25
- ./plugins/hls-ormolu-plugin
25
+ -- ./plugins/hls-ormolu-plugin
26
26
./plugins/hls-call-hierarchy-plugin
27
27
./plugins/hls-alternate-number-format-plugin
28
28
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
+
29
45
with-compiler: ghc-9.2.1
30
46
31
47
tests: true
@@ -36,11 +52,17 @@ package *
36
52
37
53
write-ghc-environment-files: never
38
54
39
- index-state: 2021-11-29T12:30 :07Z
55
+ index-state: 2021-12-12T08:11 :07Z
40
56
41
57
constraints:
42
58
-- 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,
44
66
45
67
allow-newer:
46
68
Cabal,
0 commit comments