@@ -34,7 +34,7 @@ packages:
3434 ./plugins/hls-refactor-plugin
3535 ./plugins/hls-overloaded-record-dot-plugin
3636
37- index-state : 2023-10-06T06:12 :29Z
37+ index-state : 2023-11-13T12:07 :58Z
3838
3939tests : True
4040test-show-details : direct
@@ -84,27 +84,19 @@ if impl(ghc >= 9.1)
8484
8585if impl(ghc >= 9.7 )
8686 allow-newer :
87- base,
88- template-haskell,
89- ghc,
90- ghc-prim,
91- integer-gmp,
92- ghc-bignum,
93- template-haskell,
94- text,
95- binary,
96- bytestring,
97- Cabal,
98- unix,
99- deepseq,
100-
101- repository head.hackage.ghc.haskell.org
102- url : https://ghc.gitlab.haskell.org/head.hackage/
103- secure : True
104- key-threshold : 3
105- root-keys :
106- f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
107- 26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
108- 7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
109-
110- active-repositories : hackage.haskell.org, head.hackage.ghc.haskell.org
87+ ekg-core :text,
88+ -- https://github.com/maoe/ghc-trace-events/issues/12
89+ ghc-trace-events :base,
90+ ghc-trace-events :bytestring,
91+ ghc-trace-events :text,
92+ -- https://github.com/haskell-primitive/primitive-unlifted/issues/39
93+ primitive-unlifted :bytestring,
94+ -- https://github.com/obsidiansystems/constraints-extras/issues/54
95+ constraints-extras :base,
96+ constraints-extras :template-haskell,
97+ -- https://github.com/obsidiansystems/commutative-semigroups/issues/13
98+ commutative-semigroups :base,
99+ commutative-semigroups :template-haskell,
100+ -- https://github.com/kcsongor/generic-lens/issues/158
101+ generic-lens :text,
102+ generic-lens-core :text,
0 commit comments