@@ -6,33 +6,26 @@ packages:
6
6
./ghcide
7
7
./hls-plugin-api
8
8
./hls-test-utils
9
- -- ./plugins/hls-tactics-plugin
10
- -- ./plugins/hls-brittany-plugin
11
- -- ./plugins/hls-stylish-haskell-plugin
9
+ ./plugins/hls-tactics-plugin
10
+ ./plugins/hls-brittany-plugin
11
+ ./plugins/hls-stylish-haskell-plugin
12
12
./plugins/hls-fourmolu-plugin
13
13
./plugins/hls-class-plugin
14
- -- ./plugins/hls-eval-plugin
14
+ ./plugins/hls-eval-plugin
15
15
./plugins/hls-explicit-imports-plugin
16
- -- ./plugins/hls-refine-imports-plugin
17
- -- ./plugins/hls-hlint-plugin
18
- ./plugins/hls-rename-plugin
19
- -- ./plugins/hls-retrie-plugin
20
- -- ./plugins/hls-haddock-comments-plugin
21
- -- ./plugins/hls-splice-plugin
16
+ ./plugins/hls-refine-imports-plugin
17
+ ./plugins/hls-hlint-plugin
18
+ ./plugins/hls-rename-plugin
19
+ ./plugins/hls-retrie-plugin
20
+ ./plugins/hls-haddock-comments-plugin
21
+ ./plugins/hls-splice-plugin
22
22
./plugins/hls-qualify-imported-names-plugin
23
- -- ./plugins/hls-floskell-plugin
23
+ ./plugins/hls-floskell-plugin
24
24
./plugins/hls-pragmas-plugin
25
25
./plugins/hls-module-name-plugin
26
26
./plugins/hls-ormolu-plugin
27
27
./plugins/hls-call-hierarchy-plugin
28
- -- ./plugins/hls-alternate-number-format-plugin
29
-
30
- source-repository-package
31
- type: git
32
- location: https://github.com/tfausak/unix-compat
33
- tag: 154c3a63f154cb49c51d5f9d13488e8119631d8a
34
- -- To fix windows build
35
- -- https://github.com/jacobstanley/unix-compat/pull/47
28
+ ./plugins/hls-alternate-number-format-plugin
36
29
37
30
repository head.hackage.ghc.haskell.org
38
31
url: https://ghc.gitlab.haskell.org/head.hackage/
@@ -54,8 +47,7 @@ package *
54
47
55
48
write-ghc-environment-files: never
56
49
57
-
58
- index-state: 2022-01-10T17:57:05Z
50
+ index-state: 2022-01-11T22:05:45Z
59
51
60
52
constraints:
61
53
-- These plugins don't build/work on GHC92 yet
@@ -66,7 +58,6 @@ constraints:
66
58
-callhierarchy
67
59
-class
68
60
-eval
69
- -floskell
70
61
-haddockComments
71
62
-hlint
72
63
-moduleName
@@ -84,34 +75,59 @@ constraints:
84
75
retrie >= 1.2,
85
76
direct-sqlite == 2.3.26,
86
77
lens >= 5.0.1,
87
- primitive-unlifted ==0.1.3.1,
88
- -- these constraints are for head.hackage
89
- aeson ==1.5.6.0,
78
+ primitive-unlifted ==0.1.3.1
90
79
91
80
allow-newer:
92
- Cabal,
93
- base,
94
- binary,
95
- bytestring,
96
- ghc,
97
- ghc-bignum,
98
- ghc-prim,
99
- integer-gmp,
100
- template-haskell,
101
- text,
102
- time,
103
-
104
- diagrams-postscript:lens,
105
- diagrams-postscript:diagrams-core,
106
- diagrams-postscript:monoid-extras,
107
- dependent-sum:some,
108
- dependent-sum:constraints,
109
- diagrams:diagrams-core,
110
- Chart-diagrams:diagrams-core,
111
- SVGFonts:diagrams-core,
81
+ -- base,
82
+
83
+ -- for shake-bench
84
+ Chart:lens,
85
+ Chart-diagrams:lens,
112
86
113
87
-- for head.hackage
114
88
primitive-unlifted:base,
115
89
90
+ brittany:ghc-boot,
91
+ brittany:ghc-boot-th,
92
+ brittany:ghc,
93
+ brittany:ghc-exactprint,
94
+ brittany:bytestring,
95
+ brittany:base,
96
+ -- https://github.com/lspitzner/multistate/pull/8
97
+ multistate:base,
98
+ -- https://github.com/lspitzner/data-tree-print/pull/3
99
+ data-tree-print:base,
100
+ -- https://github.com/lspitzner/butcher/pull/8
101
+ butcher:base,
102
+
103
+ stylish-haskell:ghc-lib-parser,
104
+ stylish-haskell:Cabal,
105
+ stylish-haskell:bytestring,
106
+ stylish-haskell:aeson,
107
+
108
+ ormolu:ghc-lib-parser,
109
+
110
+ fourmolu:ghc-lib-parser,
111
+ fourmolu:Cabal,
112
+
113
+ hls-hlint-plugin:ghc-lib,
114
+ hls-hlint-plugin:ghc-lib-parser,
115
+ hls-hlint-plugin:ghc-lib-parser-ex,
116
+ hlint:ghc-lib-parser,
117
+ hlint:ghc-lib-parser-ex,
118
+ -- See https://github.com/mpickering/apply-refact/pull/116
119
+ apply-refact:base,
120
+
121
+ implicit-hie-cradle:bytestring,
122
+ implicit-hie-cradle:time,
123
+
124
+ -- For tactics
125
+ ghc-source-gen:ghc,
126
+
127
+ -- for ghcide:test via ghc-typelits-knownnat
128
+ ghc-typelits-natnormalise:ghc-bignum,
129
+
130
+ hiedb:base
131
+
116
132
allow-older:
117
133
primitive-extras:primitive-unlifted
0 commit comments