Build the normal build with GHC versions 7.4, 7.6 and 7.8, and the NoUpperBounds build with GHC version 7.8 only.
9 lines
178 B
YAML
9 lines
178 B
YAML
language: haskell
|
|
matrix:
|
|
include:
|
|
- ghc: 7.8
|
|
- ghc: 7.6
|
|
- ghc: 7.3
|
|
- ghc: 7.8
|
|
install: cabal install --only-dependencies --enable-tests -f NoUpperBounds
|