stackage-0.4.0: "Stable Hackage," tools for creating a vetted set of packages from Hackage.

Safe HaskellNone
LanguageHaskell2010

Stackage.ServerBundle

Description

Create a bundle to be uploaded to Stackage Server.

Synopsis

Documentation

serverBundle Source

Arguments

:: EpochTime 
-> Text

title

-> Text

slug

-> BuildPlan 
-> LByteString 

epochTime :: IO EpochTime Source

Get current time

bpAllPackages :: BuildPlan -> Map PackageName Version Source

All package/versions in a build plan, including core packages.

Note that this may include packages not available on Hackage.

docsListing Source

Arguments

:: BuildPlan 
-> FilePath

docs directory

-> IO ByteString