name: music-suite version: 1.7.1 author: Hans Hoglund maintainer: Hans Hoglund license: BSD3 license-file: COPYING synopsis: A set of libraries for composition, analysis and manipulation of music. category: Music tested-with: GHC build-type: Custom cabal-version: >= 1.10 description: This is a meta-library that imports the Music Suite(see ). . It allows users to install all (stable) libraries in the suite as follows: . > cabal install music-suite . If you wish to install an exerimental package, simply use @cabal install@ on the specific package instead. . <> source-repository head type: git location: git://github.com/music-suite/music-suite.git library default-language: Haskell2010 build-depends: music-dynamics-literal == 1.7.1, music-pitch-literal == 1.7.1, abcnotation == 1.7.1, musicxml2 == 1.7.1, lilypond == 1.7.1, music-score == 1.7.1, music-pitch == 1.7.1, music-dynamics == 1.7.1, music-articulation == 1.7.1, music-parts == 1.7.1, music-preludes == 1.7.1