Skip to content

Commit

Permalink
Remove allow-newer in cabal.project
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Nov 29, 2023
1 parent 9c59bca commit a8c3af0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
packages:
*/*.cabal,
experimental/*/*.cabal

-- Allow any newer non-upgradable package
allow-newer:
*:base,
*:ghc-bignum,
*:ghc-prim,
*:ghc-boot,
*:ghc,
*:ghci,
*:integer-gmp,
*:integer-simple,
*:template-haskell

-- Allow to build with GHC 9.8+
if impl(ghc >= 9.8)
allow-newer:
*:hspec,
*:deepseq

0 comments on commit a8c3af0

Please sign in to comment.