blob: 529b22508dded242a29a5b217c4fba566439e8cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
with-compiler: ghc-9.4
packages: ./
./haddock-api
./haddock-library
./haddock-test
with-compiler: ghc-head
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
|