File: INSTALL.txt

package info (click to toggle)
haskell-ranged-sets 0.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 140 kB
  • ctags: 1
  • sloc: haskell: 756; makefile: 14
file content (14 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
As user, from within the project directory:

   runghc Setup.hs configure
   runghc Setup.hs build

As root or administrator:

   runghc Setup.hs install
   
If you have Haddock then generate the documentation with:

   runghc Setup.hs haddock
   
If you use Hugs then type "runhugs" instead of "runghc".