packages feed

ats-pkg 3.2.5.17 → 3.2.5.18

raw patch · 3 files changed

+6/−2 lines, 3 files

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # ats-pkg +## 3.2.5.14++  * Update for new Dhall library+ ## 3.2.5.13    * Use new compiler in `atslib.dhall`
ats-pkg.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: ats-pkg-version: 3.2.5.17+version: 3.2.5.18 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018-2019 Vanessa McHale
dhall/config.dhall view
@@ -2,7 +2,7 @@ in  { defaultPkgs = "https://raw.githubusercontent.com/vmchale/atspkg/${version}/ats-pkg/pkgs/pkg-set.dhall"-, path = ([] : Optional Text)+, path = (None Text) , githubUsername = "" , filterErrors = False }