From d60f9cb89b6974669d14b42682513ecc1a60fc95 Mon Sep 17 00:00:00 2001 From: Aditya Bhargava Date: Wed, 12 Jun 2013 15:45:02 -0600 Subject: [PATCH] Escape forward slashes hackage interprets those slashes as italics, as you can see here: http://hackage.haskell.org/package/vty So you need to escape them. --- vty.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vty.cabal b/vty.cabal index cb176dd..6566d7c 100644 --- a/vty.cabal +++ b/vty.cabal @@ -20,9 +20,9 @@ description: Notable infelicities: Sometimes poor efficiency; Assumes UTF-8 character encoding support by the terminal; . - Project is hosted on github.com: https://github.com/coreyoconnor/vty + Project is hosted on github.com: https:\/\/github.com\/coreyoconnor\/vty . - git clone git://github.com/coreyoconnor/vty.git + git clone git:\/\/github.com\/coreyoconnor\/vty.git . © 2006-2007 Stefan O'Rear; BSD3 license. .