-- Initial chord.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: instrument-chord version: 0.1.0.2 synopsis: Render Instrument Chords description: Library which Pretty Prints Guitar Chords 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: -- other-extensions: build-depends: base > 1 && < 10 , music-diatonic >= 0.1.1 -- hs-source-dirs: default-language: Haskell2010