dhall-csv 1.0.2 → 1.0.3
raw patch · 2 files changed
+7/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- dhall-csv.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+1.0.3++* Builds against newer dependencies+ * [`vector-0.13`](https://github.com/dhall-lang/dhall-haskell/pull/2427)+ 1.0.2 * Build against `dhall-1.41`
dhall-csv.cabal view
@@ -1,5 +1,5 @@ Name: dhall-csv-Version: 1.0.2+Version: 1.0.3 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3@@ -44,7 +44,7 @@ prettyprinter >= 1.7.0 && < 1.8 , text >= 0.11.1.0 && < 2.1 , unordered-containers < 0.3 ,- vector >= 0.12 && < 0.13+ vector >= 0.12 && < 0.14 Exposed-Modules: Dhall.Csv Dhall.CsvToDhall