packages feed

hkgr 0.2.3 → 0.2.3.1

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

Main.hs view
@@ -107,8 +107,8 @@   when publish $ do     createFileLink (takeFileName file) (file <.> "published")     let tag = pkgidTag pkgid-    -- first push ref of tag and then tag, surely you are joking-    git_ "push" ["origin", tag]+    tagHash <- cmd "git" ["rev-parse", tag]+    git_ "push" ["origin", tagHash]     git_ "push" ["origin", tag]  upHaddockCmd :: Bool -> IO ()
hkgr.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.0 name:                hkgr-version:             0.2.3+version:             0.2.3.1 synopsis:            Simple Hackage release workflow for package maintainers description:             Hkgr (pronouced "Hackager") is a tool to help make new releases of