Update .travis.yml with haskell-ci
This commit is contained in:
parent
93f2e3eb37
commit
067bb82ccc
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
packages: servant/
|
||||
servant-client/
|
||||
servant-client-jsaddle/
|
||||
servant-client-core/
|
||||
servant-docs/
|
||||
servant-foreign/
|
||||
|
|
|
@ -16,7 +16,11 @@ copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2017 Servant
|
|||
category: Servant, Web
|
||||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
tested-with: GHC >= 7.8
|
||||
tested-with:
|
||||
GHC ==8.0.2
|
||||
|| ==8.2.2
|
||||
|| ==8.4.4
|
||||
|| ==8.6.2
|
||||
homepage: http://haskell-servant.readthedocs.org/
|
||||
Bug-reports: http://github.com/haskell-servant/servant/issues
|
||||
extra-source-files:
|
||||
|
|
Loading…
Reference in a new issue