name: music-suite version: 1.9.0 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 package without source code that imports Music Suite(see ). . It exists so that can install all (stable) packages in the suite as follows: . > cabal install music-suite . If you wish to install an exerimental package, you can simply install it separately after installing @music-suite@. . <> source-repository head type: git location: git://github.com/music-suite/music-suite.git library default-language: Haskell2010 build-depends: music-dynamics-literal == 1.9.0, music-pitch-literal == 1.9.0, abcnotation == 1.9.0, musicxml2 == 1.9.0, lilypond == 1.9.0, music-score == 1.9.0, music-pitch == 1.9.0, music-dynamics == 1.9.0, music-articulation == 1.9.0, music-parts == 1.9.0, music-preludes == 1.9.0