Skip to content

Commit

Permalink
Merge pull request #134 from tmcgilchrist/topic/ghc_8.6.3
Browse files Browse the repository at this point in the history
Add GHC 8.6.3 builds.
  • Loading branch information
tmcgilchrist authored Mar 1, 2019
2 parents 5720c5e + d9a0e17 commit cc57501
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ before_cache:

matrix:
include:
- compiler: "ghc-8.6.3"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.3], sources: [hvr-ghc]}}
- compiler: "ghc-8.4.3"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.2,ghc-8.4.3], sources: [hvr-ghc]}}
Expand Down
2 changes: 1 addition & 1 deletion airship/airship.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cabal-version: >=1.10
description: A Webmachine-inspired HTTP library based off ideas from the original Erlang project <https://github.com/webmachine/webmachine>
.
A number of examples can be found in <https://github.com/helium/airship/tree/master/example> illustrating how to build airship based services.
tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3
tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.3
extra-source-files:
README.md
Changes.md
Expand Down
2 changes: 1 addition & 1 deletion example/airship-example.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainer: Tim McGilchrist <[email protected]>
category: Web
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3
tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.3

executable basic
main-is: Basic.hs
Expand Down

0 comments on commit cc57501

Please sign in to comment.