summaryrefslogtreecommitdiff
path: root/bustle.cabal
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2015-02-13 11:40:23 +0000
committerWill Thompson <will@willthompson.co.uk>2015-02-13 11:40:23 +0000
commit35f13bc4019bb7b9a49a6149d16b7a906dad568b (patch)
treecf70b935fed8aa289690372d28b082be3880c98e /bustle.cabal
parent58019b7a31a4a111755cce7a15b6b1ae9f76438c (diff)
Rename Markup → Marquee
This: import Graphics.UI.Gtk hiding (Markup) is a warning (which is apparently fatal in Travis CI-land) because new gtk2hs doesn't export Markup (a synonym for String) from there. It's only necessary because my own Markup shadowed pango's Markup, so let's rename it. Also, remove the 'show' calls: apparently Past Me added a typeclass to coerce String or Text to String, so I can use that.
Diffstat (limited to 'bustle.cabal')
-rw-r--r--bustle.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bustle.cabal b/bustle.cabal
index 1f5ad25..d416fa2 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -71,7 +71,7 @@ Executable bustle
, Bustle.Loader
, Bustle.Loader.OldSkool
, Bustle.Loader.Pcap
- , Bustle.Markup
+ , Bustle.Marquee
, Bustle.Monitor
, Bustle.Noninteractive
, Bustle.Regions