SHA256
1
0
forked from pool/dhall-json

Accepting request 877610 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/877610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhall-json?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2021-03-10 07:54:23 +00:00 committed by Git OBS Bridge
commit 9f3a2fed4c
3 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: dhall-json
Version: 1.7.5
x-revision: 1
x-revision: 2
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 8.4.3, GHC == 8.6.1
@ -43,7 +43,7 @@ Library
aeson >= 1.4.6.0 && < 1.6 ,
aeson-pretty < 0.9 ,
aeson-yaml >= 1.1.0 && < 1.2 ,
bytestring < 0.11,
bytestring < 0.12,
containers >= 0.5.9 && < 0.7 ,
dhall >= 1.38.0 && < 1.39,
exceptions >= 0.8.3 && < 0.11,
@ -72,7 +72,7 @@ Executable dhall-to-json
base ,
aeson ,
aeson-pretty >= 0.8.5 && < 0.9 ,
bytestring < 0.11,
bytestring ,
dhall ,
dhall-json ,
optparse-applicative ,
@ -100,7 +100,7 @@ Executable json-to-dhall
base ,
aeson ,
ansi-terminal >= 0.6.3.1 && < 0.12,
bytestring < 0.11,
bytestring ,
dhall ,
dhall-json ,
exceptions >= 0.8.3 && < 0.11,

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Feb 13 11:43:03 UTC 2021 - psimons@suse.com
- Update dhall-json to version 1.7.5 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Feb 8 05:04:32 UTC 2021 - psimons@suse.com

View File

@ -25,7 +25,7 @@ Summary: Convert between Dhall and JSON or YAML
License: BSD-3-Clause
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
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel