Skip to content

Commit

Permalink
Use GHC 8.2.2 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Nov 22, 2017
1 parent dfeefee commit 3cfa6a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -28,9 +28,9 @@ matrix:
- env: CABALVER=1.24 GHCVER=8.0.2
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,hlint], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.2.1
compiler: ": #GHC 8.2.1"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1,hlint], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.2.2
compiler: ": #GHC 8.2.2"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2,hlint], sources: [hvr-ghc]}}

before_install:
- unset CC
Expand Down
2 changes: 1 addition & 1 deletion compensated.cabal
Expand Up @@ -11,7 +11,7 @@ homepage: http://github.com/analytics/compensated/
bug-reports: http://github.com/analytics/compensated/issues
copyright: Copyright (C) 2013 Edward A. Kmett
build-type: Custom
tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2
tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2
synopsis: Compensated floating-point arithmetic
description: This package provides compensated floating point arithmetic.

Expand Down

0 comments on commit 3cfa6a5

Please sign in to comment.