packages feed

musicxml-0.1: README

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

=====================================================================
== Overview
    => Library to handle 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
    => HaXml

=====================================================================
== Using
    => GHC environment
        ghc -package MusicXML Files
        ghci -package MusicXML Files

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

=====================================================================
== Files
    => BUGS             Some bugs discovered
    => LICENSE          License file
    => MusicXML.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 MusicXML library were written by and are copyright to
       (c) copyright 2008 Samuel Silva<silva.samuel@alumni.uminho.pt>

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