diff options
author | Hécate Moonlight <Kleidukos@users.noreply.github.com> | 2021-02-05 15:03:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 15:03:56 +0100 |
commit | 17acefbc7f5a353c3b9ab3980944ce7141c5a7f3 (patch) | |
tree | a167e8a62769fbf5c6f6bc3d15131499046bf8c9 /cabal.project | |
parent | e88a63783fe716adbb96966c335f60009573dfc3 (diff) | |
parent | fcf9a04224fed910d01cf6f4d9c2d1bdc7c085af (diff) |
Merge pull request #1296 from Kleidukos/ghc-9.0
Merge the late additions to ghc-8.10 into ghc-9.0
Diffstat (limited to 'cabal.project')
-rw-r--r-- | cabal.project | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index 7330a775..2525070a 100644 --- a/cabal.project +++ b/cabal.project @@ -3,5 +3,12 @@ packages: ./ ./haddock-library ./haddock-test +with-compiler: ghc-9.0 + +allow-newer: + ghc-paths:Cabal, + *:base, + *:ghc-prim + -- Pinning the index-state helps to make reasonably CI deterministic -index-state: 2020-12-08T20:13:44Z +index-state: 2021-01-24T12:09:34Z |