File: INSTALL

package info (click to toggle)
haskell-src-exts 0.2.1~darcs20071212-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 348 kB
  • ctags: 14
  • sloc: haskell: 3,777; makefile: 144; sh: 42
file content (19 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Building:

To build each of the three components of this package, enter each of the
three subfolders in the src folder (trhsx last) and type, in order

	$ runhaskell Setup.hs configure
	$ runhaskell Setup.hs build
	$ runhaskell Setup.hs install

This will install the HSX package, the HaRP package and the executable
trhsx preprocessor, and register the packages with ghc.

To unregister a package, enter the corresponding subfolder and type:

	$ runhaskell Setup.hs unregister

To uninstall the packages and the preprocessor:

Not possible yet due to Cabal not supporting uninstall.