Skip to content

Commit

Permalink
[#23] Support ghc-8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vrom911 committed Sep 27, 2018
1 parent bc23b0f commit 7be57b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ matrix:
- ghc-8.4.3
- cabal-install-head

- ghc: 8.6.1
env: GHCVER='8.6.1' CABALVER='head'
os: linux
addons:
apt:
sources:
- hvr-ghc
packages:
- ghc-8.6.1
- cabal-install-head

- ghc: 8.4.3
env: STACK_YAML="$TRAVIS_BUILD_DIR/stack.yaml"
os: linux
Expand Down
3 changes: 2 additions & 1 deletion relude.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ build-type: Simple
tested-with: GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.3
, GHC == 8.6.1
extra-doc-files: CHANGELOG.md
, CONTRIBUTING.md
, README.md
Expand Down Expand Up @@ -133,7 +134,7 @@ library
, ghc-prim >= 0.4.0.0 && < 0.6
, hashable ^>= 1.2
, mtl ^>= 2.2
, stm ^>= 2.4
, stm >= 2.4 && < 2.6
, text ^>= 1.2
, transformers ^>= 0.5
, unordered-containers >= 0.2.7 && < 0.3
Expand Down

0 comments on commit 7be57b3

Please sign in to comment.