forked from pool/dhall-json
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:dhall-json revision:13, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/dhall-json?expand=0&rev=14
This commit is contained in:
parent
89a9e7b0d1
commit
9f3ca73d3e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c98e13cd6c4cda015bdbbf28b6d64c3f559b149e314577f6db315cb5f9d9f4e3
|
||||
size 33597
|
3
dhall-json-1.7.5.tar.gz
Normal file
3
dhall-json-1.7.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e1aeed7d3cd58ee3c220e724ca1f6128464a204d45fff225b4a70363bbaf3ba
|
||||
size 33638
|
@ -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 ,
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user