make travis generation happy
This commit is contained in:
parent
9b73435d21
commit
2aef00d3fe
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2
|
||||||
|
|
||||||
executable cookbook-jsonerror
|
executable cookbook-jsonerror
|
||||||
if impl(ghc < 7.10.1)
|
if impl(ghc < 7.10.1)
|
||||||
|
|
|
@ -8,6 +8,7 @@ author: Servant Contributors
|
||||||
maintainer: haskell-servant-maintainers@googlegroups.com
|
maintainer: haskell-servant-maintainers@googlegroups.com
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2
|
||||||
|
|
||||||
executable cookbook-pagination
|
executable cookbook-pagination
|
||||||
if impl(ghc < 7.10.1)
|
if impl(ghc < 7.10.1)
|
||||||
|
|
Loading…
Reference in a new issue