-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcabal.haskell-ci
More file actions
29 lines (22 loc) · 836 Bytes
/
cabal.haskell-ci
File metadata and controls
29 lines (22 loc) · 836 Bytes
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
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 five
ghc: <8.3
constraints: transformers-compat +five
-- to be really sure, build with transformers which is
-- * bundled with GHC
-- * is latest on Hackage (at least approximately). Note: excludes GHC-head
constraint-set transformers-installed
constraints: transformers installed
constraint-set transformers-newer
ghc: < 8.5
constraints: transformers >=0.5.5.0