-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcabal.haskell-ci
43 lines (33 loc) · 1.09 KB
/
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
38
39
40
41
42
43
distribution: bionic
no-tests-no-benchmarks: False
jobs: 2
install-dependencies: False
-- irc-channels: irc.freenode.org#haskell-lens
irc-if-in-origin-repo: True
constraint-set no-mtl
constraints: transformers-compat -mtl
constraint-set no-generic-deriving
constraints: transformers-compat -generic-deriving
constraint-set no-mtl-no-generic-deriving
constraints: transformers-compat -generic-deriving, tranformers-compat -mtl
constraint-set two
ghc: <7.9
constraints: transformers-compat +two
constraint-set three
ghc: <7.9
constraints: transformers-compat +three
constraint-set four
ghc: <7.11
constraints: transformers-compat +four
constraint-set five
ghc: <8.3
constraints: transformers-compat +five
-- to be really sure, build with transformers which is
-- * bundled with GHC (>=7.8 only)
-- * is latest on Hackage (at least approximately). Note: excludes GHC-head
constraint-set transformers-installed
ghc: >= 7.8
constraints: transformers installed
constraint-set transformers-newer
ghc: < 8.5
constraints: transformers >=0.5.5.0