diff --git a/README b/README
--- a/README
+++ b/README
@@ -2,11 +2,16 @@
 -------------------------------
 
 A [haskell][hs] music notation model with output to
-[musicxml][music-xml].
+[MusicXML][music-xml].
 
-© [rohan drape][rd], 2010-2012, [gpl][gpl].
+See [hly][hly] for an alternative writing to [lilypond][ly].
 
 [hs]: http://haskell.org/
 [music-xml]: http://www.makemusic.com/musicxml/
+[hly]: http://rd.slavepianos.org/?t=hly
+[ly]: http://lilypond.org/
+
+© [rohan drape][rd], 2010-2013, [gpl][gpl].
+
 [rd]:  http://rd.slavepianos.org/
 [gpl]: http://gnu.org/copyleft/
diff --git a/hts.cabal b/hts.cabal
--- a/hts.cabal
+++ b/hts.cabal
@@ -1,10 +1,10 @@
 Name:              hts
-Version:           0.12
+Version:           0.14
 Synopsis:          Haskell Music Typesetting
 Description:       A simple music 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
@@ -16,7 +16,7 @@
 
 Library
   Build-Depends:   base == 4.*,
-                   hmt==0.12.*,
+                   hmt==0.14.*,
                    xml
   GHC-Options:     -Wall -fwarn-tabs
   Exposed-modules: Music.Typesetting.Ascribe
