packages feed

dhall-csv 1.0.1 → 1.0.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~dhalldep ~vectorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: dhall, vector

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+1.0.2++* Build against `dhall-1.41`+* [Build against `text-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2356) 1.0.1  * [Build against `tasty-silver` 3.3](https://github.com/dhall-lang/dhall-haskell/pull/2307)
dhall-csv.cabal view
@@ -1,5 +1,5 @@ Name: dhall-csv-Version: 1.0.1+Version: 1.0.2 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3@@ -38,11 +38,11 @@         containers           >= 0.5.9     && < 0.7 ,         either                                     ,         exceptions           >= 0.8.3     && < 0.11,-        dhall                >= 1.39.0    && < 1.41,+        dhall                >= 1.39.0    && < 1.42,         filepath                             < 1.5 ,         optparse-applicative                       ,         prettyprinter        >= 1.7.0     && < 1.8 ,-        text                 >= 0.11.1.0  && < 1.3 ,+        text                 >= 0.11.1.0  && < 2.1 ,         unordered-containers                 < 0.3 ,         vector               >= 0.12      && < 0.13     Exposed-Modules: