Skip to content

Commit c233569

Browse files
committed
progress
1 parent 4853ccb commit c233569

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

cabal-ghc921.project

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,22 @@ package *
5252

5353
write-ghc-environment-files: never
5454

55-
index-state: 2021-12-12T08:11:07Z
55+
index-state: 2021-12-18T00:00:00Z
5656

5757
constraints:
5858
-- These plugins doesn't work on GHC92 yet
5959
haskell-language-server +ignore-plugins-ghc-bounds -brittany -class -fourmolu -splice -stylishhaskell -tactic -refineImports -callhierarchy -hlint -ormolu -floskell,
6060
ghc-lib-parser ^>= 9.2,
6161
attoparsec ^>= 0.14.3,
6262
primitive-extras ==0.10.1.2,
63+
ghc-exactprint >= 1.3,
64+
retrie >= 1.2,
65+
lens >= 5.0.1,
6366
-- these constraints are for head.hackage
67+
primitive-unlifted < 1,
6468
aeson ==1.5.6.0,
6569
primitive-unlifted ==0.1.3.0,
70+
-- lens == 5.0.1
6671

6772
allow-newer:
6873
Cabal,
@@ -84,4 +89,10 @@ allow-newer:
8489
dependent-sum:constraints,
8590
diagrams:diagrams-core,
8691
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

0 commit comments

Comments
 (0)