Skip to content

Commit

Permalink
adding real ghc head and the ghc 8.2.1 RC to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cartazio committed Apr 26, 2017
1 parent 353d626 commit 91ccb8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -35,6 +35,9 @@ matrix:
- compiler: "ghc-8.0.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [libblas-dev,liblapack-dev,ghc-ppa-tools,cabal-install-head,ghc-8.0.2], sources: [hvr-ghc]}}
- compiler: "ghc-8.2.1"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [libblas-dev,liblapack-dev,ghc-ppa-tools,cabal-install-head,ghc-8.2.1], sources: [hvr-ghc]}}
- compiler: "ghc-head"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [libblas-dev,liblapack-dev,ghc-ppa-tools,cabal-install-head,ghc-head], sources: [hvr-ghc]}}
Expand Down
3 changes: 2 additions & 1 deletion hblas.cabal
Expand Up @@ -70,7 +70,8 @@ tested-with:
GHC == 7.10.3
GHC == 8.0.1
GHC == 8.0.2
GHC == 8.1.*
GHC == 8.2.1
GHC == 8.3.*


extra-source-files:
Expand Down

0 comments on commit 91ccb8d

Please sign in to comment.