abcnotation-1.6: abcnotation.cabal
name: abcnotation
version: 1.6
cabal-version: >= 1.2
author: Hans Hoglund
maintainer: Hans Hoglund
license: BSD3
license-file: COPYING
synopsis: Haskell representation and parser for ABC notation.
category: Music
tested-with: GHC
build-type: Simple
description:
This package contains a Haskell representation and parser for ABC notation.
.
ABC notation is a text-based music notation system designed to be comprehensible by both people and
computers. For more information see <http://abcnotation.com>.
.
Based on the 2.1 standard.
library
build-depends:
base >= 4 && < 5,
semigroups,
prettify,
network,
parsec
hs-source-dirs: src
exposed-modules:
Music.Abc
Music.Abc.Parser