dhall-csv 1.0.3 → 1.0.4
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~bytestringdep ~containersdep ~dhall
Dependency ranges changed: bytestring, containers, dhall, filepath, text
Files
- CHANGELOG.md +4/−0
- LICENSE +1/−1
- dhall-csv.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+1.0.4++* Build against `dhall-1.42.0`+ 1.0.3 * Builds against newer dependencies
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2021 Gabriel Gonzalez+Copyright (c) 2021 Gabriella Gonzalez All rights reserved. Redistribution and use in source and binary forms, with or without
dhall-csv.cabal view
@@ -1,12 +1,12 @@ Name: dhall-csv-Version: 1.0.3+Version: 1.0.4 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3 License-File: LICENSE Copyright: 2021 Marcos Lerones Author: Marcos Lerones-Maintainer: Gabriel439@gmail.com+Maintainer: GenuineGabriella@gmail.com Bug-Reports: https://github.com/dhall-lang/dhall-haskell/issues Synopsis: Convert bidirectionally between Dhall and CSV files. Description:@@ -38,7 +38,7 @@ containers >= 0.5.9 && < 0.7 , either , exceptions >= 0.8.3 && < 0.11,- dhall >= 1.39.0 && < 1.42,+ dhall >= 1.39.0 && < 1.43, filepath < 1.5 , optparse-applicative , prettyprinter >= 1.7.0 && < 1.8 ,