-- Initial chord.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: instrument-chord version: 0.1.0.0 synopsis: Render Musical Chords on Instrument -- description: homepage: xy30.com 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: -- other-extensions: build-depends: base >=4.6 && <4.7 -- hs-source-dirs: default-language: Haskell2010