diff options
Diffstat (limited to 'cabal.project')
-rw-r--r-- | cabal.project | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/cabal.project b/cabal.project index 20e2f02e..529b2250 100644 --- a/cabal.project +++ b/cabal.project @@ -1,17 +1,23 @@ -with-compiler: ghc-9.2 +with-compiler: ghc-9.4 packages: ./ ./haddock-api ./haddock-library ./haddock-test -active-repositories: hackage.haskell.org, head.hackage.ghc.haskell.org:override +with-compiler: ghc-head -repository head.hackage.ghc.haskell.org - url: https://ghc.gitlab.haskell.org/head.hackage/ - secure: True - key-threshold: 3 - root-keys: - f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89 - 26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329 - 7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d +allow-newer: + ghc-paths:Cabal, + *:base, + *: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 |