ats-pkg 2.1.0.7 → 2.1.0.8
raw patch · 2 files changed
+4/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ats-pkg.cabal +1/−1
- stack.yaml +3/−3
ats-pkg.cabal view
@@ -1,5 +1,5 @@ name: ats-pkg-version: 2.1.0.7+version: 2.1.0.8 synopsis: Package manager for ATS description: A collection of scripts to make building ATS projects easy. homepage: https://github.com/vmchale/atspkg#readme
stack.yaml view
@@ -3,12 +3,12 @@ packages: - '.' extra-deps:- - shake-ext-2.1.0.1+ - shake-ext-2.1.0.2 - shake-ats-1.1.0.2 - composition-prelude-1.1.0.2- - language-ats-0.1.1.17+ - language-ats-0.1.1.18 - cli-setup-0.2.0.1- - hs2ats-0.2.0.3+ - hs2ats-0.2.0.4 flags: ats-pkg: development: false