| Cabal-1.4.0.2: A framework for packaging Haskell software | Contents | Index |
|
Distribution.Simple.SrcDist | Portability | portable | Stability | alpha | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
|
|
Description |
Implements the "./setup sdist" command, which creates a source
distribution for this package. That is, packs up the source code
into a tarball.
|
|
Synopsis |
|
|
|
|
The top level action
|
|
sdist |
|
|
Parts of sdist
|
|
printPackageProblems :: Verbosity -> PackageDescription -> IO () |
|
prepareTree |
|
|
createArchive |
|
|
Snaphots
|
|
prepareSnapshotTree |
|
|
snapshotVersion :: CalendarTime -> Version -> Version |
Modifies a Version by appending a snapshot number corresponding
to the given date.
|
|
dateToSnapshotNumber :: CalendarTime -> Int |
Given a date produce a corresponding integer representation.
For example given a date 18032008 produce the number 20080318.
|
|
Produced by Haddock version 0.9 |