packages feed

hts 0.12 → 0.14

raw patch · 2 files changed

+10/−5 lines, 2 filesdep ~hmt

Dependency ranges changed: hmt

Files

README view
@@ -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/
hts.cabal view
@@ -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