blob: 4001c1db8a3cb8d63aae273d2f04ee64d0275890 (
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.2
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
 
  |