name: music-articulation version: 1.2 cabal-version: >= 1.2 author: Hans Hoglund maintainer: Hans Hoglund license: BSD3 license-file: COPYING synopsis: Abstract representation of musical articulation. category: Music tested-with: GHC build-type: Simple description: Abstract representation of musical articulation (staccato, legato etc). This library is part of the Haskell Music Suite, see . library build-depends: base >= 4 && < 5, unix, time, random, semigroups, semigroupoids hs-source-dirs: src exposed-modules: Music.Articulation