mirror of
https://github.com/facebook/Haxl.git
synced 2024-12-23 00:31:32 +03:00
Also run travis CI against ghc-8.4.4 and ghc-8.6.2
Summary: Change ghc-8.4.3 to ghc-8.4.4 and add ghc-8.6.2. Reviewed By: karen Differential Revision: D13363035 fbshipit-source-id: 988f13f0a0022d2deec6d03c30cc8ee17a85d252
This commit is contained in:
parent
df3d53c79b
commit
3dde86f794
@ -40,9 +40,12 @@ matrix:
|
|||||||
- compiler: "ghc-8.2.2"
|
- compiler: "ghc-8.2.2"
|
||||||
# env: TEST=--disable-tests BENCH=--disable-benchmarks
|
# env: TEST=--disable-tests BENCH=--disable-benchmarks
|
||||||
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.2.2], sources: [hvr-ghc]}}
|
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.2.2], sources: [hvr-ghc]}}
|
||||||
- compiler: "ghc-8.4.3"
|
- compiler: "ghc-8.4.4"
|
||||||
# env: TEST=--disable-tests BENCH=--disable-benchmarks
|
# env: TEST=--disable-tests BENCH=--disable-benchmarks
|
||||||
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.3], sources: [hvr-ghc]}}
|
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.4], sources: [hvr-ghc]}}
|
||||||
|
- compiler: "ghc-8.6.2"
|
||||||
|
# env: TEST=--disable-tests BENCH=--disable-benchmarks
|
||||||
|
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.6.2], sources: [hvr-ghc]}}
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- HC=${CC}
|
- HC=${CC}
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
# Haxl
|
# Haxl
|
||||||
|
|
||||||
|
[![Build Status](https://travis-ci.org/facebook/Haxl.svg?branch=master)](https://travis-ci.org/facebook/Haxl)
|
||||||
|
|
||||||
Haxl is a Haskell library that simplifies access to remote data, such
|
Haxl is a Haskell library that simplifies access to remote data, such
|
||||||
as databases or web-based services. Haxl can automatically
|
as databases or web-based services. Haxl can automatically
|
||||||
|
|
||||||
@ -55,5 +57,3 @@ Graph API.
|
|||||||
Hackage.
|
Hackage.
|
||||||
|
|
||||||
* [There is no Fork: An Abstraction for Efficient, Concurrent, and Concise Data Access](http://simonmar.github.io/bib/papers/haxl-icfp14.pdf), our paper on Haxl, accepted for publication at ICFP'14.
|
* [There is no Fork: An Abstraction for Efficient, Concurrent, and Concise Data Access](http://simonmar.github.io/bib/papers/haxl-icfp14.pdf), our paper on Haxl, accepted for publication at ICFP'14.
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/facebook/Haxl.svg?branch=master)](https://travis-ci.org/facebook/Haxl)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user