packages feed

music-suite-1.8.1: music-suite.cabal

name:                   music-suite
version:                1.8.1
author:                 Hans Hoglund
maintainer:             Hans Hoglund <music-suite-discuss@googlegroups.com>
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 <http://music-suite.github.io/>).
    .
    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@.
    .
    <<https://raw.githubusercontent.com/hanshoglund/music-docs/master/music-suite-deps.png>>

source-repository head
  type:             	git
  location:         	git://github.com/music-suite/music-suite.git

library
  default-language: Haskell2010
  build-depends:
    music-dynamics-literal    == 1.8.1,
    music-pitch-literal       == 1.8.1,
    abcnotation               == 1.8.1,
    musicxml2                 == 1.8.1,
    lilypond                  == 1.8.1,
    music-score               == 1.8.1,
    music-pitch               == 1.8.1,
    music-dynamics            == 1.8.1,
    music-articulation        == 1.8.1,
    music-parts               == 1.8.1,
    music-preludes            == 1.8.1