packages feed

music-graphics-1.6: music-graphics.cabal

name:               music-graphics
version:            1.6
cabal-version:      >= 1.10
author:             Hans Hoglund
maintainer:         Hans Hoglund <hans@hanshoglund.se>
license:            BSD3
license-file:       COPYING
synopsis:           Diagrams-based visualization of musical data structures.
category:           
tested-with:        GHC
build-type:         Simple

description:
    To be written.

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

library
    build-depends:
        base                    >= 4 && < 5,
        music-score             == 1.6,
        music-pitch             == 1.6,
        diagrams-core           >= 0.6,
        diagrams-svg            >= 0.6,
        bytestring,
        blaze-svg,
        process,
        lens,

        -- DEBUG
        music-preludes          == 1.6,

        diagrams-lib    >= 0.6
    hs-source-dirs:     src
    default-language:   Haskell2010
    exposed-modules:
        Music.Graphics
        Music.Graphics.Diagrams