ats-pkg 1.2.0.3 → 1.2.0.4
raw patch · 3 files changed
+20/−4 lines, 3 filesdep ~shake-extPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: shake-ext
API changes (from Hackage documentation)
Files
- README.md +16/−0
- ats-pkg.cabal +2/−2
- stack.yaml +2/−2
README.md view
@@ -11,3 +11,19 @@ ```bash $ atspkg remote https://github.com/vmchale/polyglot/archive/0.3.30.tar.gz ```++## Installation++The easiest way to install is via a script, viz.++```bash+ $ curl -sSl https://raw.githubusercontent.com/vmchale/atspkg/master/bash/install.sh | bash -s+```++Alternately, you can download+[Cabal](https://www.haskell.org/cabal/download.html) and+[GHC](https://www.haskell.org/ghc/download.html) and install with++```bash+ $ cabal new-install ats-pkg --symlink-bindir ~/.local/bin+```
ats-pkg.cabal view
@@ -1,5 +1,5 @@ name: ats-pkg-version: 1.2.0.3+version: 1.2.0.4 synopsis: Package manager for ATS description: A collection of scripts to make building ATS projects easy. homepage: https://github.com/vmchale/ats-pkg#readme@@ -43,7 +43,7 @@ , unix , lens , dhall- , shake-ext >= 1.2.0.0+ , shake-ext >= 1.2.0.3 , composition-prelude >= 1.1.0.1 , optparse-applicative , temporary
stack.yaml view
@@ -3,9 +3,9 @@ packages: - '.' extra-deps:- - shake-ext-1.2.0.0+ - shake-ext-1.2.0.3 - composition-prelude-1.1.0.1- - language-ats-0.1.0.3+ - language-ats-0.1.0.6 flags: ats-pkg: development: false