diff --git a/dhall-yaml-1.2.4.tar.gz b/dhall-yaml-1.2.4.tar.gz deleted file mode 100644 index 0c8d1cb..0000000 --- a/dhall-yaml-1.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f556e8b47a953af37a9c6985ac525d4b81e11d83ebd72a79903f552a36ea176 -size 20749 diff --git a/dhall-yaml-1.2.5.tar.gz b/dhall-yaml-1.2.5.tar.gz new file mode 100644 index 0000000..2d82db9 --- /dev/null +++ b/dhall-yaml-1.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5780a38db78d1e0e9edba4715b0457805a050132081ae6cf9e9051d0255d39 +size 20783 diff --git a/dhall-yaml.cabal b/dhall-yaml.cabal deleted file mode 100644 index 2cd47d1..0000000 --- a/dhall-yaml.cabal +++ /dev/null @@ -1,101 +0,0 @@ -Name: dhall-yaml -Version: 1.2.4 -x-revision: 1 -Cabal-Version: >=1.10 -Build-Type: Simple -Tested-With: GHC == 8.4.3, GHC == 8.6.1 -License: GPL-3 -License-File: LICENSE -Copyright: 2019 Gabriel Gonzalez -Author: Gabriel Gonzalez -Maintainer: Gabriel439@gmail.com -Bug-Reports: https://github.com/dhall-lang/dhall-haskell/issues -Synopsis: Convert between Dhall and YAML -Description: - Use this package if you want to convert between Dhall expressions and YAML. - You can use this package as a library or an executable: - . - * See the "Dhall.Yaml" module if you want to use this package as a library - . - * Use the @dhall-to-yaml-ng@ program from this package if you want an executable -Category: Compiler -Extra-Source-Files: - CHANGELOG.md - README.md - tasty/data/*.dhall - tasty/data/*.yaml - tasty/data/*.txt - -Source-Repository head - Type: git - Location: https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml - -Library - Hs-Source-Dirs: src - Build-Depends: - HsYAML >= 0.2 && < 0.3 , - HsYAML-aeson >= 0.2 && < 0.3 , - base >= 4.11.0.0 && < 5 , - aeson >= 1.0.0.0 && < 1.6 , - bytestring < 0.11, - dhall >= 1.31.0 && < 1.38, - dhall-json >= 1.6.0 && < 1.8 , - optparse-applicative >= 0.14.0.0 && < 0.17, - text >= 0.11.1.0 && < 1.3 , - vector - Exposed-Modules: - Dhall.Yaml - Dhall.YamlToDhall - GHC-Options: -Wall - Default-Language: Haskell2010 - -Executable dhall-to-yaml-ng - Hs-Source-Dirs: dhall-to-yaml-ng - Main-Is: Main.hs - Build-Depends: - base , - dhall-json, - dhall-yaml - Other-Modules: - Paths_dhall_yaml - GHC-Options: -Wall - Default-Language: Haskell2010 - -Executable yaml-to-dhall - Hs-Source-Dirs: yaml-to-dhall - Main-Is: Main.hs - Build-Depends: - base , - aeson , - ansi-terminal >= 0.6.3.1 && < 0.12, - bytestring < 0.11, - dhall , - dhall-json , - dhall-yaml , - exceptions >= 0.8.3 && < 0.11, - optparse-applicative , - prettyprinter , - prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 , - text < 1.3 - Other-Modules: - Paths_dhall_yaml - GHC-Options: -Wall - Default-Language: Haskell2010 - -Test-Suite tasty - Type: exitcode-stdio-1.0 - Hs-Source-Dirs: tasty - Main-Is: Main.hs - Build-Depends: - base , - bytestring , - dhall , - dhall-json , - dhall-yaml , - tasty < 1.5, - tasty-expected-failure < 0.13, - text , - tasty-hunit >= 0.2 - - GHC-Options: -Wall - Default-Language: Haskell2010 diff --git a/dhall-yaml.changes b/dhall-yaml.changes index 610cf4a..8b9a660 100644 --- a/dhall-yaml.changes +++ b/dhall-yaml.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 28 20:34:05 UTC 2021 - psimons@suse.com + +- Update dhall-yaml to version 1.2.5. + 1.2.5 + + * Build against `dhall-1.38.0`, `tasty-1.4`, and `tasty-silver-3.2` + ------------------------------------------------------------------- Tue Dec 29 21:17:37 UTC 2020 - psimons@suse.com diff --git a/dhall-yaml.spec b/dhall-yaml.spec index 7fef551..377a2ad 100644 --- a/dhall-yaml.spec +++ b/dhall-yaml.spec @@ -1,7 +1,7 @@ # # spec file for package dhall-yaml # -# 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,13 +19,12 @@ %global pkg_name dhall-yaml %bcond_with tests Name: %{pkg_name} -Version: 1.2.4 +Version: 1.2.5 Release: 0 Summary: Convert between Dhall and YAML License: GPL-3.0-or-later URL: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/1.cabal#/%{name}.cabal BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-HsYAML-aeson-devel @@ -76,7 +75,6 @@ This package provides the Haskell %{name} library development files. %prep %autosetup -cp -p %{SOURCE1} %{name}.cabal %build %ghc_lib_build