Skip to content

Commit f255f2d

Browse files
author
Mitsutoshi Aoe
committed
Drop GHC 7.6.3 from the build matrix
cairo-0.13.4.x seems to have a build issue with 7.6.3: https://matrix.hackage.haskell.org/package/cairo
1 parent 5c0c798 commit f255f2d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ before_cache:
2929

3030
matrix:
3131
include:
32-
- compiler: "ghc-7.6.3"
33-
# env: TEST=--disable-tests BENCH=--disable-benchmarks
34-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-7.6.3,libgtk2.0-dev], sources: [hvr-ghc]}}
3532
- compiler: "ghc-7.8.3"
3633
# env: TEST=--disable-tests BENCH=--disable-benchmarks
3734
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-7.8.3,libgtk2.0-dev], sources: [hvr-ghc]}}

threadscope.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ Cabal-version: >= 1.6
3535
Data-files: threadscope.ui, threadscope.png
3636
Extra-source-files: include/windows_cconv.h
3737
README.md
38-
Tested-with: GHC == 7.6.3,
39-
GHC == 7.8.3,
38+
Tested-with: GHC == 7.8.3,
4039
GHC == 7.10.2,
4140
GHC == 8.0.2,
4241
GHC == 8.2.1

0 commit comments

Comments
 (0)