@hackage ChristmasTree0.1.2
Changing Haskell's Read Implementation Such That by Mainpulating Abstract Syntax Trees it Reads Expressions Efficiently
Installation
Dependencies (7)
- TTTAS
- base >=2 && <4
- containers
- fgl >=5.4
- haskell98
- template-haskell Show all…
Dependents (1)
@hackage/acme-everything
Please check the right section in this file for instructions depending on how you obtained the source files.
Installing ChristmasTree from a source distribution
The source distribution can be unpacked from the .tar.gz files distributed in the following page:
http://www.cs.uu.nl/wiki/bin/view/Center/TTTAS
System wide installation (assumming GHC is the Haskell compiler) can be done like this:
ghc --make Setup.hs -o setup -package Cabal
./setup configure
./setup build
./setup install
Installing uulib to a non-standard location
This is useful if you don't want (or can't) modify system wide settings.
ghc --make Setup.hs -o setup -package Cabal
./setup configure --prefix=/foo
./setup build
./setup install --user
The last command registers the package only for the user.
Optionally generating Haddock Documentation
Output generated in dist/doc/html
./setup haddock