@hackage AspectAG0.2
Attribute Grammars in the form of an EDSL
Installation
Dependencies (6)
- HList >=0.2.2
- base >=4 && <5
- containers >=0.2.0.0
- haskell98
- mtl >=1.1.0.2
- template-haskell >=2.4.0.1 Show all…
Dependents (5)
@hackage/acme-everything, @hackage/expand, @hackage/oberon0, @hackage/SyntaxMacros, @hackage/murder
Please check the right section in this file for instructions depending on how you obtained the source files.
Installing AspectAG from a source distribution
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