hackageDB :: [Package]

Built with Cabal

The trhsx package (version 0.2.1)

trhsx, the desugaring pre-processor executable for HaRP and HSP. Requires haskell-src-exts to build.

It is meant to be used as a preprocessor for GHC, with the command 'ghc -F -pgmF trhsx infile'. It can also be used as a separate tool, in which case the command-line syntax is:

$ trhsx <infile> Desugars <infile> and gives the result on standard output.

$ trhsx <infile> <outfile> Desugars <infile> and writes the result to <outfile>.

The pre-processed files rely on pattern guards and will therefore work with GHC only.

For details on usage, please see the website.

Other versions0.2.2
Dependenciesbase, haskell-src-exts
LicenseBSD4
AuthorNiklas Broberg
MaintainerNiklas Broberg <nibro@cs.chalmers.se>
StabilityExperimental
CategoryLanguage
Home pagehttp://www.cs.chalmers.se/~d00nibro/harp/
Executablestrhsx
Upload dateSun Feb 24 22:05:52 PST 2008
Uploaded byGwernBranwen
Build failureghc-6.8 (log)

Downloads