ats-pkg 3.2.5.12 → 3.2.5.13
raw patch · 5 files changed
+22/−7 lines, 5 filesdep ~file-embedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: file-embed
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−2
- README.md +10/−0
- ats-pkg.cabal +2/−2
- dhall/atslib.dhall +2/−1
- dhall/atspkg-prelude.dhall +2/−2
CHANGELOG.md view
@@ -1,7 +1,11 @@ # ats-pkg -## 3.2.6.12- +## 3.2.5.13++ * Use new compiler in `atslib.dhall`++## 3.2.5.12+ * Use old Dhall prelude ## 3.2.5.11
README.md view
@@ -11,6 +11,16 @@ `atspkg` works quite well as a build system, and acceptably well as a package manager. +- [Features & Non-Features](#features-&-non-features)+ - [Example](#example)+- [Installation](#installation)+ - [Script](#script)+ - [Source](#source)+- [Quick Start](#quick-start)+- [Examples](#examples)+- [Global Configuration](#global-configuration)++ ## Features & Non-Features Things that `atspkg` will do for you:
ats-pkg.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: ats-pkg-version: 3.2.5.12+version: 3.2.5.13 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018-2019 Vanessa McHale@@ -76,7 +76,7 @@ base >=4.10 && <5, http-client -any, bytestring -any,- file-embed -any,+ file-embed >=0.0.9, shake -any, bzlib -any, Cabal >=2.2.0.0,
dhall/atslib.dhall view
@@ -51,7 +51,8 @@ ] , cflags = [ "-fPIC" ] , compiler = compilerVersion+ , version = libVersion } in -atslib [0,3,12] [0,3,11]+atslib [0,3,13] [0,3,13]
dhall/atspkg-prelude.dhall view
@@ -199,8 +199,8 @@ : List Lib , man = ([] : Optional Text) , completions = ([] : Optional Text)- , version = [0,3,11]- , compiler = [0,3,12]+ , version = [0,3,13]+ , compiler = [0,3,13] , dependencies = [] : List LibDep , clib = []