hoopl: A library to support dataflow analysis and optimization

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Higher-order optimization library

See Norman Ramsey, João Dias, and Simon Peyton Jones. "Hoopl: A Modular, Reusable Library for Dataflow Analysis and Transformation" (2010) for more details.


[Skip to Readme]

Properties

Versions 3.7.0.0, 3.7.1.0, 3.7.2.2, 3.7.3.3, 3.7.3.4, 3.7.3.5, 3.7.4.0, 3.7.7.0, 3.7.8.0, 3.7.12.1, 3.8.3.0, 3.8.6.0, 3.8.7.0, 3.8.7.1, 3.8.7.3, 3.8.7.4, 3.9.0.0, 3.10.0.0, 3.10.0.0, 3.10.0.1, 3.10.0.2, 3.10.1.0, 3.10.2.0, 3.10.2.1, 3.10.2.2
Change log changelog.md
Dependencies base (>=4.3 && <4.8), containers (>=0.4 && <0.6) [details]
License BSD-3-Clause
Author Norman Ramsey, João Dias, Simon Marlow and Simon Peyton Jones
Maintainer nr@cs.tufts.edu
Category Compilers/Interpreters
Home page http://ghc.cs.tufts.edu/hoopl/
Bug tracker http://ghc.haskell.org/trac/ghc/newticket?component=libraries/hoopl
Source repo head: git clone http://git.haskell.org/packages/hoopl.git
this: git clone http://git.haskell.org/packages/hoopl.git(tag hoopl-3.10.0.0-release)
Uploaded by HerbertValerioRiedel at 2014-03-22T10:44:16Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hoopl-3.10.0.0

[back to package description]
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