packages feed

ats-pkg 2.2.0.2 → 2.2.0.5

raw patch · 4 files changed

+6/−6 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ats-pkg.cabal view
@@ -1,5 +1,5 @@ name:                ats-pkg-version:             2.2.0.2+version:             2.2.0.5 synopsis:            Package manager for ATS description:         A collection of scripts to make building ATS projects easy. homepage:            https://github.com/vmchale/atspkg#readme
man/atspkg.1 view
@@ -15,12 +15,8 @@ .PP atspkg install .PP-atspkg remote <url>-.PP atspkg clean .PP-atspkg nuke-.PP atspkg test .SH SUBCOMMANDS .PP@@ -37,6 +33,9 @@ .PP \f[B]install\f[] \- Install binary targets to $HOME/.local/bin and relevant manpages to $HOME/.local/share/man/man1+.PP+\f[B]upgrade\f[] \- Download the latest binary release of+\f[B]atspkg\f[], if available .SS OPTIONS .TP .B \f[B]\-h\f[] \f[B]\-\-help\f[]
src/Language/ATS/Package/Upgrade.hs view
@@ -30,6 +30,7 @@     home <- fromMaybe "." <$> lookupEnv "HOME"     pure $ home <> "/.local/bin/atspkg" +-- TODO install `pi`? upgradeAtsPkg :: IO () upgradeAtsPkg = do 
stack.yaml view
@@ -8,7 +8,7 @@   - composition-prelude-1.1.0.2   - language-ats-0.1.1.18   - cli-setup-0.2.0.1-  - hs2ats-0.2.0.4+  - hs2ats-0.2.1.0 flags:   ats-pkg:     development: false