Copyright | 2014-2015 Kei Hibino |
---|---|
License | BSD3 |
Maintainer | [email protected] |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Debian.Package.Build
Description
This module provides build-tool namespace.
Synopsis
- module Debian.Package.Build.Monad
- module Debian.Package.Build.Command
- findDescriptionFile :: FilePath -> IO (Maybe FilePath)
- fillSetupHs :: FilePath -> IO ()
- setupCmd :: String -> [String] -> Trace ()
- clean :: [String] -> Trace ()
- sdist :: [String] -> Trace ()
- configure :: [String] -> Trace ()
- install :: [String] -> Trace ()
- register :: [String] -> Trace ()
- module Debian.Package.Build.Sequence
Documentation
module Debian.Package.Build.Monad
module Debian.Package.Build.Command
fillSetupHs :: FilePath -> IO () Source #