name: music-graphics
version: 1.8
author: Hans Hoglund
maintainer: Hans Hoglund <hans@hanshoglund.se>
license: BSD3
license-file: COPYING
synopsis: Diagrams-based visualization of musical data structures.
category: Music
tested-with: GHC
build-type: Simple
cabal-version: >= 1.10
description:
To be written.
source-repository head
type: git
location: git://github.com/music-suite/music-graphics.git
library
build-depends:
base >= 4 && < 5,
aeson >= 0.7.0.6 && < 1,
lens >= 4.6 && < 4.7,
-- diagrams-svg >= 1.1 && < 2,
bytestring,
blaze-svg,
process >= 1.2 && < 1.3,
music-preludes == 1.8,
music-score == 1.8,
music-pitch == 1.8
exposed-modules: Music.Graphics
Music.Graphics.Diagrams
hs-source-dirs: src
default-language: Haskell2010