summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2018-07-05 09:24:17 +0100
committerWill Thompson <will@willthompson.co.uk>2018-07-05 09:57:39 +0100
commitf49d3ee288226850b04325f9fb610feb6755bb70 (patch)
treed5e408288fc6bd7352d4ec47129c1388e739946d
parent664451e07c18b674f2d6b0328d10b2b1b6e1cc35 (diff)
Drop Tested-With: GHC == 8.2.2
95393cb17c2fe5f0903470a449e36728471759eb introduced a dependency on the Semigroup typeclass introduced in base 4.11 (which comes withGHC 8.4.x), and 0193b332d6d42d1820c16a616239aa66b06984a8 updated the build-depends accordingly. GHC 8.2.2 has base 4.10, so can no longer be used to build Bustle. As of today, neither Debian unstable nor Fedora rawhide has GHC 8.4.x, but that will change in due course. In the meantime, one can install the Haskell Platform or use Stack to get a newer GHC. If anyone complains vigorously, we can back out the changes linked above.
-rw-r--r--bustle.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bustle.cabal b/bustle.cabal
index 26c22ca..bba11b2 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -2,7 +2,7 @@ Name: bustle
Category: Network, Desktop
Version: 0.7.1.1
Cabal-Version: >= 2.0
-Tested-With: GHC == 8.2.2, GHC == 8.4.3
+Tested-With: GHC == 8.4.3
Synopsis: Draw sequence diagrams of D-Bus traffic
Description: Draw sequence diagrams of D-Bus traffic
License: OtherLicense