diff options
author | Ben Simms <ben@bensimms.moe> | 2021-05-28 06:56:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 07:56:20 +0200 |
commit | c120839debadd7a1427cee84459c01d59c5b85aa (patch) | |
tree | 4f44ec098e67db839d16b8402165d34ff882b5f2 /cabal.project | |
parent | 4f9088e4b04e52ca510b55a78048c9230537e449 (diff) |
CI configuration for ghc-head (#1395)
Diffstat (limited to 'cabal.project')
-rw-r--r-- | cabal.project | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/cabal.project b/cabal.project index 2525070a..1b5a2732 100644 --- a/cabal.project +++ b/cabal.project @@ -3,12 +3,19 @@ packages: ./ ./haddock-library ./haddock-test -with-compiler: ghc-9.0 +with-compiler: ghc-head allow-newer: ghc-paths:Cabal, *:base, - *:ghc-prim + *:ghc-prim, + tree-diff:time + +package haddock-library + tests: False + +package haddock-api + tests: False -- Pinning the index-state helps to make reasonably CI deterministic index-state: 2021-01-24T12:09:34Z |