music-graphics 1.6 → 1.6.1
raw patch · 1 files changed
+26/−27 lines, 1 files
Files
- music-graphics.cabal +26/−27
music-graphics.cabal view
@@ -1,15 +1,15 @@ -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+name: music-graphics+version: 1.6.1+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.@@ -20,22 +20,21 @@ 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,+ base >= 4 && < 5,+ music-score == 1.6,+ music-pitch == 1.6,+ diagrams-core >= 0.6,+ diagrams-svg >= 0.6,+ bytestring,+ blaze-svg,+ process,+ lens, - diagrams-lib >= 0.6+ -- DEBUG+ music-preludes == 1.6,+ + diagrams-lib >= 0.6+ exposed-modules: Music.Graphics+ Music.Graphics.Diagrams hs-source-dirs: src default-language: Haskell2010- exposed-modules:- Music.Graphics- Music.Graphics.Diagrams