26 lines
575 B
Plaintext
26 lines
575 B
Plaintext
# compiler supported and their equivalent LTS
|
|
compiler: ghc-8.0 lts-9.21
|
|
compiler: ghc-8.2 lts-11.22
|
|
compiler: ghc-8.4 lts-12.15
|
|
compiler: ghc-8.6 nightly-2018-10-21
|
|
|
|
# options
|
|
# option: alias x=y z=v
|
|
option: gaugedeps extradep=gauge-0.2.1
|
|
option: basementmin extradep=basement-0.0.6 extradep=foundation-0.0.19 extradep=memory-0.14.14
|
|
|
|
# builds
|
|
build: ghc-8.2
|
|
build: ghc-8.0 basementmin gaugedeps
|
|
build: ghc-8.0 basementmin gaugedeps os=osx
|
|
build: ghc-8.4
|
|
build: ghc-8.6
|
|
|
|
# packages
|
|
package: '.'
|
|
|
|
# extra builds
|
|
hlint: allowed-failure
|
|
weeder: allowed-failure
|
|
coverall: false
|