We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eafe0a commit b5dbe29Copy full SHA for b5dbe29
test/cabal.project.local
@@ -3,7 +3,7 @@ if impl(ghc>=9.12.1)
3
-- being shipped with a newer compiler. If you extend this
4
-- be very careful to only extend it for absolutely necessary packages
5
-- otherwise we risk running into broken build-plans down the line.
6
- allow-newer: *:base, *:template-haskell, *:ghc-prim
+ allow-newer: *:base, *:template-haskell, *:ghc-prim, uuid-types:random, QuickCheck:random, cabal-install:random
7
8
if impl(ghc > 9.13)
9
allow-newer: *:containers, *:time, *:ghc-bignum
0 commit comments