Skip to content

Commit 319ef7f

Browse files
committed
Use scoped allow-newer
1 parent a26b0f1 commit 319ef7f

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

cabal.project

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,11 @@ package *
4848

4949
write-ghc-environment-files: never
5050

51-
index-state: 2022-08-15T06:53:13Z
51+
index-state: 2022-08-29T06:53:13Z
5252

5353
constraints:
54-
entropy == 0.4.1.10,
54+
entropy >= 0.4.1.10,
55+
basement >= 0.0.15,
5556
hyphenation +embed,
5657
-- remove this when hlint sets ghc-lib to true by default
5758
-- https://github.com/ndmitchell/hlint/issues/1376
@@ -87,8 +88,28 @@ source-repository-package
8788
-- https://github.com/haskell/lsp/pull/450
8889

8990
allow-newer:
90-
base, ghc-prim, ghc-bignum, ghc, Cabal, binary, bytestring, unix, time, template-haskell,
91+
-- ghc-9.4
92+
Chart-diagrams:lens,
93+
Chart:lens,
94+
co-log-core:base,
95+
constraints-extras:base,
96+
constraints-extras:template-haskell,
97+
dependent-sum:some,
98+
diagrams-contrib:base,
99+
diagrams-contrib:lens,
100+
diagrams-postscript:base,
101+
diagrams-postscript:lens,
102+
diagrams-svg:base,
103+
diagrams-svg:lens,
91104
ghc-paths:Cabal,
105+
haddock-library:base,
106+
hie-bios:aeson,
107+
hie-bios:ghc,
108+
monoid-extras:base,
109+
monoid-subclasses:vector,
110+
svg-builder:base,
111+
uuid:time,
112+
vector-space:base,
92113

93114
-- ghc-9.2
94115
----------

0 commit comments

Comments
 (0)