osc copypac from project:devel:languages:haskell:ghc-8.10.x package:dhall-yaml revision:18, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/dhall-yaml?expand=0&rev=23
This commit is contained in:
parent
103d26323f
commit
8612fe15d8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5359f4d4e0f8aa96ef5d6788e33654a508b6c38130d4034b146eacc89737e6dc
|
|
||||||
size 20455
|
|
3
dhall-yaml-1.2.9.tar.gz
Normal file
3
dhall-yaml-1.2.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8637b4e78b60a9318d17ffe99a45a9931886e0a4f5e99922d2b246187196c93e
|
||||||
|
size 20472
|
@ -1,6 +1,6 @@
|
|||||||
Name: dhall-yaml
|
Name: dhall-yaml
|
||||||
Version: 1.2.8
|
Version: 1.2.9
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
Cabal-Version: >=1.10
|
Cabal-Version: >=1.10
|
||||||
Build-Type: Simple
|
Build-Type: Simple
|
||||||
License: GPL-3
|
License: GPL-3
|
||||||
@ -39,8 +39,8 @@ Library
|
|||||||
bytestring < 0.12,
|
bytestring < 0.12,
|
||||||
dhall >= 1.31.0 && < 1.41,
|
dhall >= 1.31.0 && < 1.41,
|
||||||
dhall-json >= 1.6.0 && < 1.8 ,
|
dhall-json >= 1.6.0 && < 1.8 ,
|
||||||
optparse-applicative >= 0.14.0.0 && < 0.17,
|
optparse-applicative >= 0.14.0.0 && < 0.18,
|
||||||
text >= 0.11.1.0 && < 1.3 ,
|
text >= 0.11.1.0 && < 2.1 ,
|
||||||
vector
|
vector
|
||||||
Exposed-Modules:
|
Exposed-Modules:
|
||||||
Dhall.Yaml
|
Dhall.Yaml
|
||||||
@ -73,9 +73,9 @@ Executable yaml-to-dhall
|
|||||||
dhall-yaml ,
|
dhall-yaml ,
|
||||||
exceptions >= 0.8.3 && < 0.11,
|
exceptions >= 0.8.3 && < 0.11,
|
||||||
optparse-applicative ,
|
optparse-applicative ,
|
||||||
prettyprinter ,
|
prettyprinter >= 1.7.0 ,
|
||||||
prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,
|
prettyprinter-ansi-terminal >= 1.1.1 && < 1.2 ,
|
||||||
text < 1.3
|
text
|
||||||
Other-Modules:
|
Other-Modules:
|
||||||
Paths_dhall_yaml
|
Paths_dhall_yaml
|
||||||
GHC-Options: -Wall
|
GHC-Options: -Wall
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 4 12:15:13 UTC 2022 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update dhall-yaml to version 1.2.9 revision 2.
|
||||||
|
1.2.9
|
||||||
|
|
||||||
|
* [Build against `aeson-2.0`](https://github.com/dhall-lang/dhall-haskell/pull/2315)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 7 14:55:12 UTC 2021 - psimons@suse.com
|
Sun Nov 7 14:55:12 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dhall-yaml
|
# spec file for package dhall-yaml
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,13 +19,13 @@
|
|||||||
%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.8
|
Version: 1.2.9
|
||||||
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/1.cabal#/%{name}.cabal
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user