-- Initial chord.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: instrument-chord version: 0.1.0.5 synopsis: Render Instrument Chords description: Library to generate musical instrument manipluations homepage: https://github.com/xpika/chord license: GPL-3 license-file: LICENSE author: Alan Hawkins maintainer: w@xy30.com -- copyright: category: Music build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Music.Instrument.Chord other-modules: Music.Instrument.Common ,Music.Instrument.Guitar ,Music.Instrument.Piano , Music.Instrument.GuitarRender -- other-extensions: build-depends: base > 0 && < 10000 , music-diatonic >= 0.1.1, containers > 0 && < 10000 -- hs-source-dirs: default-language: Haskell2010