summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2015-08-18 11:50:38 +0100
committerWill Thompson <will@willthompson.co.uk>2015-08-18 11:50:38 +0100
commit055e576ccf1e9ffe22b9f9aeb3231f8f9c35a2b8 (patch)
treec1ace717fe03c804f79716059991dc90e6a0f14b
parentcc6d3201365449f261d1a0d659754cb663f64168 (diff)
travis: no GHC HEAD
-rw-r--r--.travis.yml6
-rw-r--r--bustle.cabal2
2 files changed, 1 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index e951933..dca13e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,12 +19,6 @@ matrix:
- env: CABALVER=1.22 GHCVER=7.10.1
compiler: ": #GHC 7.10.1"
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.1,libpcap-dev,libgtk-3-dev,libcairo2-dev,happy-1.19.4,alex-3.1.3], sources: [hvr-ghc]}}
- - env: CABALVER=head GHCVER=head
- compiler: ": #GHC head"
- addons: {apt: {packages: [cabal-install-head,ghc-head,libpcap-dev,libgtk-3-dev,libcairo2-dev,happy-1.19.4,alex-3.1.3], sources: [hvr-ghc]}}
-
- allow_failures:
- - env: CABALVER=head GHCVER=head
before_install:
- unset CC
diff --git a/bustle.cabal b/bustle.cabal
index e982a1b..f9edb84 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -2,7 +2,7 @@ Name: bustle
Category: Network, Desktop
Version: 0.5.1
Cabal-Version: >= 1.18
-Tested-With: GHC >= 7.8.4
+Tested-With: GHC >= 7.8.4 && < 7.11
Synopsis: Draw sequence diagrams of D-Bus traffic
Description: Draw sequence diagrams of D-Bus traffic
License: OtherLicense