packages feed

music-util-0.13: music-util.cabal

name:               music-util
version:            0.13
cabal-version:      >= 1.10
author:             Hans Hoglund
maintainer:         Hans Hoglund <hans@hanshoglund.se>
license:            BSD3
license-file:       COPYING
synopsis:           Utility for developing the Music Suite.
category:           
tested-with:        GHC
build-type:         Simple

description:
    Utility program for installing and developing the music suite.

source-repository head
    type:               git
    location:           git://github.com/hanshoglund/music-util.git

executable "music-util"
    build-depends:
        base            >= 4 && < 5,
        text,
        containers,
        shelly,
        process,
        split,

        -- If enabled, add HAS_GRAPHVIZ flag
        -- graphviz,
        
        fgl,
        Cabal           >= 1.16 && < 2
    hs-source-dirs:     src
    default-language:   Haskell2010
    main-is:
        music-util.hs