packages feed

music-dynamics-literal-1.2: music-dynamics-literal.cabal

name:               music-dynamics-literal
version:            1.2
cabal-version:      >= 1.3
author:             Hans Hoglund
maintainer:         Hans Hoglund
license:            BSD3
license-file:       COPYING
synopsis:           Overloaded dynamics literals.
category:           Music
tested-with:        GHC
build-type:         Simple

description: 
    This package allow you to write the dynamic marks of standard notation as expressions
    overloaded on result type. This works exactly like numeric literals.

    This library is part of the Haskell Music Suite, see <http://musicsuite.github.com>.

library                    
    build-depends: 
        base >= 4 && < 5,
        unix,
        time,
        random,
        semigroups,
        semigroupoids

    hs-source-dirs: src
    exposed-modules:
        Music.Dynamics.Literal