File tree 1 file changed +13
-2
lines changed 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -52,17 +52,22 @@ package *
52
52
53
53
write-ghc-environment-files: never
54
54
55
- index-state: 2021-12-12T08:11:07Z
55
+ index-state: 2021-12-18T00:00:00Z
56
56
57
57
constraints:
58
58
-- These plugins doesn't work on GHC92 yet
59
59
haskell-language-server +ignore-plugins-ghc-bounds -brittany -class -fourmolu -splice -stylishhaskell -tactic -refineImports -callhierarchy -hlint -ormolu -floskell,
60
60
ghc-lib-parser ^>= 9.2,
61
61
attoparsec ^>= 0.14.3,
62
62
primitive-extras ==0.10.1.2,
63
+ ghc-exactprint >= 1.3,
64
+ retrie >= 1.2,
65
+ lens >= 5.0.1,
63
66
-- these constraints are for head.hackage
67
+ primitive-unlifted < 1,
64
68
aeson ==1.5.6.0,
65
69
primitive-unlifted ==0.1.3.0,
70
+ -- lens == 5.0.1
66
71
67
72
allow-newer:
68
73
Cabal,
@@ -84,4 +89,10 @@ allow-newer:
84
89
dependent-sum:constraints,
85
90
diagrams:diagrams-core,
86
91
Chart-diagrams:diagrams-core,
87
- SVGFonts:diagrams-core
92
+ SVGFonts:diagrams-core,
93
+
94
+ -- for head.hackage
95
+ primitive-unlifted:base
96
+
97
+ allow-older:
98
+ primitive-extras:primitive-unlifted
You can’t perform that action at this time.
0 commit comments