musicxml2 1.6 → 1.6.1
raw patch · 1 files changed
+35/−40 lines, 1 files
Files
- musicxml2.cabal +35/−40
musicxml2.cabal view
@@ -1,46 +1,41 @@ -name: musicxml2-version: 1.6-cabal-version: >= 1.10-author: Hans Hoglund-maintainer: Hans Hoglund-license: BSD3-license-file: COPYING-synopsis: A representation of the MusicXML format.-category: Music-tested-with: GHC-build-type: Simple+name: musicxml2+version: 1.6.1+synopsis: A representation of the MusicXML format.+author: Hans Hoglund+maintainer: Hans Hoglund+license: BSD3+license-file: COPYING+category: Music+tested-with: GHC+build-type: Simple+cabal-version: >= 1.10 -description: +description: A representation of the MusicXML format. source-repository head- type: git- location: git://github.com/music-suite/musicxml2.git- -library - build-depends: - base >= 4 && < 5,- semigroups, - nats, - data-default, - type-unary, - reverse-apply,- xml,- music-pitch-literal == 1.6,- music-dynamics-literal == 1.6+ type: git+ location: git://github.com/music-suite/musicxml2.git - hs-source-dirs: src- default-language: Haskell2010- exposed-modules:- Music.MusicXml- Music.MusicXml.Time- Music.MusicXml.Pitch- Music.MusicXml.Dynamics- Music.MusicXml.Read- Music.MusicXml.Score- Music.MusicXml.Write- Music.MusicXml.Simple- other-modules:- Music.MusicXml.Write.Score- +library+ build-depends: base >= 4 && < 5,+ semigroups,+ nats,+ data-default,+ type-unary,+ reverse-apply,+ xml,+ music-pitch-literal == 1.6,+ music-dynamics-literal == 1.6+ exposed-modules: Music.MusicXml+ Music.MusicXml.Time+ Music.MusicXml.Pitch+ Music.MusicXml.Dynamics+ Music.MusicXml.Read+ Music.MusicXml.Score+ Music.MusicXml.Write+ Music.MusicXml.Simple+ other-modules: Music.MusicXml.Write.Score+ hs-source-dirs: src+ default-language: Haskell2010