packages feed

fadno 1.1.7 → 1.1.8

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Fadno.Xml: xmlBarline' :: ApplyMonoid c ChxMusicData => Bool -> HasBarline a => a -> c ChxMusicData

Files

fadno.cabal view
@@ -1,7 +1,7 @@ name:                fadno category:            Music synopsis:            Minimal library for music generation and notation-version:             1.1.7+version:             1.1.8 homepage:            http://github.com/slpopejoy/fadno description:         Provides the Note type and HasNote class with polymorphic pitch and duration representations,                      metering, barring and time signature utilities, plus midi and MusicXML support.
src/Fadno/Xml.hs view
@@ -12,7 +12,7 @@     ,xmlAppendMeasureData,xmlAppendMeasureDatas     ,xmlClef,xmlClef'     ,xmlRepeats,xmlRepeats'-    ,xmlBarline,xmlTimeSig,xmlRehearsalMark,xmlDirection+    ,xmlBarline,xmlBarline',xmlTimeSig,xmlRehearsalMark,xmlDirection     -- * Notes     ,xmlNote,xmlChord     ,xmlTie