Haskell Hierarchical Libraries (Cabal package)Source codeContentsIndex
Distribution.Simple.Hugs
Portabilityportable
Stabilityalpha
MaintainerIsaac Jones <ijones@syntaxpolice.org>
Description
Synopsis
build :: PackageDescription -> LocalBuildInfo -> Int -> IO ()
install :: Int -> FilePath -> FilePath -> FilePath -> FilePath -> FilePath -> PackageDescription -> IO ()
hugsPackageDir :: PackageDescription -> LocalBuildInfo -> FilePath
Documentation
build :: PackageDescription -> LocalBuildInfo -> Int -> IO ()
Building a package for Hugs.
install
:: Intverbose
-> FilePathLibrary install location
-> FilePathProgram install location
-> FilePathExecutable install location
-> FilePathProgram location on target system
-> FilePathBuild location
-> PackageDescription
-> IO ()
hugsPackageDir :: PackageDescription -> LocalBuildInfo -> FilePath
Hugs library directory for a package
Produced by Haddock version 0.8