Accepting request 835597 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/835597 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhall-yaml?expand=0&rev=2
This commit is contained in:
commit
a92cf7678a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa68f6dc6ba5d6f10c389bf3ca741034774a55dbd2957d30895ffcc84552e8a2
|
|
||||||
size 20664
|
|
3
dhall-yaml-1.2.2.tar.gz
Normal file
3
dhall-yaml-1.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0225dd564c2ad40f30ca1025b722f8785bca5b23dda0ec9abc1fdc7398f25cd7
|
||||||
|
size 20715
|
101
dhall-yaml.cabal
101
dhall-yaml.cabal
@ -1,101 +0,0 @@
|
|||||||
Name: dhall-yaml
|
|
||||||
Version: 1.2.1
|
|
||||||
x-revision: 2
|
|
||||||
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.35,
|
|
||||||
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.4,
|
|
||||||
tasty-expected-failure < 0.13,
|
|
||||||
text ,
|
|
||||||
tasty-hunit >= 0.2
|
|
||||||
|
|
||||||
GHC-Options: -Wall
|
|
||||||
Default-Language: Haskell2010
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 12 16:17:54 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update dhall-yaml to version 1.2.2.
|
||||||
|
1.2.2
|
||||||
|
|
||||||
|
* [The `--documents` flag now wraps non-`List`s in a document](https://github.com/dhall-lang/dhall-haskell/pull/1977)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 8 10:22:48 UTC 2020 - psimons@suse.com
|
Tue Sep 8 10:22:48 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,13 +19,12 @@
|
|||||||
%global pkg_name dhall-yaml
|
%global pkg_name dhall-yaml
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: 1.2.1
|
Version: 1.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Convert between Dhall and YAML
|
Summary: Convert between Dhall and YAML
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://hackage.haskell.org/package/%{name}
|
URL: https://hackage.haskell.org/package/%{name}
|
||||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-HsYAML-aeson-devel
|
BuildRequires: ghc-HsYAML-aeson-devel
|
||||||
@ -75,7 +74,6 @@ This package provides the Haskell %{name} library development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
cp -p %{SOURCE1} %{name}.cabal
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
Loading…
Reference in New Issue
Block a user