diff --git a/README b/README
--- a/README
+++ b/README
@@ -1,12 +1,17 @@
 hly - minimalist haskell lilypond
 ---------------------------------
 
-A very lightweight embedding of the [lilypond][ly]
-typesetting model in [haskell][hs].
+A lightweight embedding of the [lilypond][ly] typesetting model
+in [haskell][hs].
 
-© [rohan drape][rd], 2010-2012, [gpl]
+See [hts][hts] for an alternative writing to [MusicXML][music-xml].
 
-[ly]: http://lilypond.org/
 [hs]: http://haskell.org/
+[ly]: http://lilypond.org/
+[hts]: http://rd.slavepianos.org/?t=hts
+[music-xml]: http://www.makemusic.com/musicxml/
+
+© [rohan drape][rd], 2010-2013, [gpl]
+
 [rd]: http://rd.slavepianos.org/
 [gpl]: http://gnu.org/copyleft/
diff --git a/hly.cabal b/hly.cabal
--- a/hly.cabal
+++ b/hly.cabal
@@ -1,11 +1,11 @@
 Name:              hly
-Version:           0.12
+Version:           0.14
 Synopsis:          Haskell LilyPond
 Description:       A very lightweight embedding of the lilypond
                    typesetting model in haskell
 License:           GPL
 Category:          Music
-Copyright:         (c) Rohan Drape, 2010-2012
+Copyright:         (c) Rohan Drape, 2010-2013
 Author:            Rohan Drape
 Maintainer:        rd@slavepianos.org
 Stability:         Experimental
@@ -20,7 +20,7 @@
   Build-Depends:   base==4.*,
                    directory,
                    filepath,
-                   hmt==0.12.*,
+                   hmt==0.14.*,
                    process
   GHC-Options:     -Wall -fwarn-tabs
   Exposed-modules: Music.LilyPond.Light
