packages feed

hamusic-0.1: README

=====================================================================
==                         R E A D M E                             ==
=====================================================================

=====================================================================
== Overview
    => Library to handle abstract music
    => This library consists on abstract methods to manipulate music 
        notation such as: ABC, Lilypond or MusicXML. 

=====================================================================
== Install
    => Use Cabal to build and install:
            runhaskell Setup.hs configure
            runhaskell Setup.hs haddock     [recommended]
            runhaskell Setup.hs build
            runhaskell Setup.hs install
    => Or use cabal-install:
            cabal configure
            cabal haddock                   [recommended]
            cabal install

== Dependencies
    => MusicXML, haskore

=====================================================================
== Using
    => GHC environment
        ghc -package HaMusic ...
        ghci -package HaMusic ...

=====================================================================
== Case Studies:
    => Run case studies:
        cd tests
        make build
        make tests

=====================================================================
== Files
    => BUGS             Some bugs discovered
    => LICENSE          License file
    => HaMusic.cabal    Cabal file
    => README           This file presents an overview of package
    => Setup.hs         Haskell file to install with Cabal
    => TODO             Technical information
    => doc/*            Documentation files
    => examples/*       Example files
    => script/*         Script files
    => src/*            Source Files
    => tests/*          Test files

=====================================================================
== Feedback
    => Please send any bug reports and comments to
        Samuel Silva <silva.samuel@alumni.uminho.pt>

=====================================================================
== Copyright
    => The HaMusic library were written by and are copyright to
       (c) copyright 2008 Samuel Silva<silva.samuel@alumni.uminho.pt>

=====================================================================