-
Notifications
You must be signed in to change notification settings - Fork 93
/
cabal.haskell-ci
37 lines (36 loc) · 982 Bytes
/
cabal.haskell-ci
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
branches: master
-- constraint-set text-1
-- constraints: text < 2
-- ghc: < 8.4
-- tests: True
-- run-tests: True
--
-- constraint-set text-2
-- constraints: text >= 2
-- ghc: >= 8.4 && < 9.4
-- tests: True
-- run-tests: True
--
-- constraint-set bytestring-0.12
-- -- bytestring-0.12 requires base >=4.9 (GHC 8.0)
-- ghc: >= 8.0
-- constraints: bytestring >= 0.12
-- --
-- -- The following is silently ignored here:
-- --
-- -- raw-project
-- -- allow-newer: bytestring
-- --
-- tests: True
-- run-tests: True
--
-- -- The following is meant to be for constraint-set bytestring-0.12 only,
-- -- but there is currently no way to enable `allow-newer: bytestring`
-- -- just for the constraint set.
-- --
-- -- Since core library `bytestring` is constrained to `installed`,
-- -- it is not harmful to allow newer `bytestring` in the default runs
-- -- as well---it will have no effect there.
-- --
-- raw-project
-- allow-newer: bytestring