This repository contains things related to Hoopl: A Higher-Order OPtimization Library ** The closest thing we have to a SAMPLE CLIENT is in ./testing ** Directory Contents paper/ A paper about Hoopl prototypes/ A sampling of prototypes and early designs src/ The current official sources to the Cabal package testing/ Tests, including a sample client. See ./testing/README. To build the library, change to the src directory and run cabal configure --prefix=$HOME --user # we have no idea what this means cabal build cabal install --enable-documentation You'll need a Haskell Platform, which should include appropriate versions of Cabal and GHC. To upload to Hackage, cabal sdist cabal upload dist/something.tar.gz Developers, please see HOWTO-BRANCHES
Herbert Valerio Riedel
authored
This is in preparation for the hoopl-3.10.0.0 and ghc-7.8.1 release
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
Name | Last commit | Last update |
---|---|---|
paper | ||
private | ||
prototypes | ||
src | ||
testing | ||
.gitignore | ||
.travis.yml | ||
HOWTO-BRANCHES | ||
LICENSE | ||
PROBLEMS | ||
README | ||
Setup.hs | ||
changelog.md | ||
hoopl.cabal | ||
hoopl.pdf | ||
validate |