Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix cabal syntax error, test with GHC 8.6
  • Loading branch information
mightybyte committed Oct 30, 2018
1 parent 4b38275 commit a8dedf3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -49,6 +49,9 @@ matrix:
- compiler: "ghc-8.4.1"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.1], sources: [hvr-ghc]}}
- compiler: "ghc-8.6.1"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.6.1], sources: [hvr-ghc]}}

before_install:
- HC=${CC}
Expand Down
5 changes: 3 additions & 2 deletions snap.cabal
Expand Up @@ -41,7 +41,8 @@ Tested-With:
GHC == 7.10.3,
GHC == 8.0.1,
GHC == 8.2.1,
GHC == 8.4.1
GHC == 8.4.1,
GHC == 8.6.1

extra-source-files:
.ghci
Expand Down Expand Up @@ -121,7 +122,7 @@ Library
directory >= 1.1 && < 1.4,
directory-tree >= 0.10 && < 0.13,
dlist >= 0.5 && < 0.9,
fail >= 4.9 && < 4.10
fail >= 4.9 && < 4.10,
filepath >= 1.3 && < 1.5,
-- hashable is broken from 1.2.0.0 through 1.2.0.5
-- snap does work with hashable 1.1.*, but some have complained that
Expand Down

0 comments on commit a8dedf3

Please sign in to comment.