diff --git a/dhall-json-1.7.4.tar.gz b/dhall-json-1.7.4.tar.gz deleted file mode 100644 index 20836ac..0000000 --- a/dhall-json-1.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c98e13cd6c4cda015bdbbf28b6d64c3f559b149e314577f6db315cb5f9d9f4e3 -size 33597 diff --git a/dhall-json-1.7.5.tar.gz b/dhall-json-1.7.5.tar.gz new file mode 100644 index 0000000..94d5198 --- /dev/null +++ b/dhall-json-1.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1aeed7d3cd58ee3c220e724ca1f6128464a204d45fff225b4a70363bbaf3ba +size 33638 diff --git a/dhall-json.cabal b/dhall-json.cabal index f376f7b..4a3391f 100644 --- a/dhall-json.cabal +++ b/dhall-json.cabal @@ -1,5 +1,5 @@ Name: dhall-json -Version: 1.7.4 +Version: 1.7.5 x-revision: 1 Cabal-Version: >=1.10 Build-Type: Simple @@ -45,7 +45,7 @@ Library aeson-yaml >= 1.1.0 && < 1.2 , bytestring < 0.11, containers >= 0.5.9 && < 0.7 , - dhall >= 1.36.0 && < 1.38, + dhall >= 1.38.0 && < 1.39, exceptions >= 0.8.3 && < 0.11, filepath < 1.5 , lens-family-core >= 1.0.0 && < 2.2 , diff --git a/dhall-json.changes b/dhall-json.changes index c76f9bd..68bbddc 100644 --- a/dhall-json.changes +++ b/dhall-json.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Feb 8 05:04:32 UTC 2021 - psimons@suse.com + +- Update dhall-json to version 1.7.5 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- +Thu Jan 28 20:32:32 UTC 2021 - psimons@suse.com + +- Update dhall-json to version 1.7.5. + 1.7.5 + + * Build against `dhall-1.38.0`, `tasty-1.4`, and `tasty-silver-3.2` + ------------------------------------------------------------------- Tue Dec 29 21:16:51 UTC 2020 - psimons@suse.com diff --git a/dhall-json.spec b/dhall-json.spec index a7c0799..3274211 100644 --- a/dhall-json.spec +++ b/dhall-json.spec @@ -1,7 +1,7 @@ # # spec file for package dhall-json # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name dhall-json %bcond_with tests Name: %{pkg_name} -Version: 1.7.4 +Version: 1.7.5 Release: 0 Summary: Convert between Dhall and JSON or YAML License: BSD-3-Clause