Run postBuild before doc uploads

This commit is contained in:
Michael Snoyman 2014-12-21 15:07:59 +02:00
parent 3f796dc8e6
commit 65550f85bc
2 changed files with 3 additions and 3 deletions

View File

@ -163,6 +163,8 @@ completeBuild buildType = withManager tlsManagerSettings $ \man -> do
}
putStrLn $ "New ident: " ++ unSnapshotIdent ident
postBuild `catchAny` print
putStrLn "Uploading docs to Stackage Server"
res1 <- uploadDocs UploadDocs
{ udServer = def
@ -188,5 +190,3 @@ completeBuild buildType = withManager tlsManagerSettings $ \man -> do
, udmDocDir = pbDocDir pb
, udmPlan = plan
} man >>= print
postBuild

View File

@ -1,5 +1,5 @@
name: stackage
version: 0.2.1.0
version: 0.2.1.1
synopsis: "Stable Hackage," tools for creating a vetted set of packages from Hackage.
description: Please see <http://www.stackage.org/package/stackage> for a description and documentation.
homepage: https://github.com/fpco/stackage