Skip to content

Commit

Permalink
Merge pull request #1 from kindaro/extend-support
Browse files Browse the repository at this point in the history
Extend support to more recent GHC.
  • Loading branch information
kindaro authored Aug 20, 2020
2 parents 64ba695 + 98a580c commit b3e1472
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,15 @@ before_cache:

matrix:
include:
- compiler: "ghc-8.6.3"
- compiler: "ghc-8.10.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.3], sources: [hvr-ghc]}}
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-3.2,ghc-8.10.2], sources: [hvr-ghc]}}
- compiler: "ghc-8.8.4"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-3.2,ghc-8.8.4], sources: [hvr-ghc]}}
- compiler: "ghc-8.6.5"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-3.2,ghc-8.6.5], sources: [hvr-ghc]}}
- compiler: "ghc-8.4.4"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.4.4], sources: [hvr-ghc]}}
Expand Down
4 changes: 2 additions & 2 deletions snap-loader-dynamic.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cabal-version: >= 1.8
homepage: http://snapframework.com/
category: Web, Snap
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, GHC == 8.4.4, GHC == 8.6.3
GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.2

extra-source-files:
CONTRIBUTORS,
Expand All @@ -36,7 +36,7 @@ Library
mtl > 2.0 && < 2.3,
snap-core >= 1.0 && < 1.1,
time >= 1.1 && < 1.10,
template-haskell >= 2.2 && < 2.15
template-haskell >= 2.2 && < 3

if impl(ghc >= 7.2.0)
build-depends:
Expand Down

0 comments on commit b3e1472

Please sign in to comment.