SHA256
1
0
forked from pool/dhall-json

Accepting request 857186 from devel:languages:haskell

update haskell stack in openSUS

OBS-URL: https://build.opensuse.org/request/show/857186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhall-json?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-12-22 10:33:00 +00:00 committed by Git OBS Bridge
commit eae52af59d
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d8e525dfbbfc7abce0356fff5e3e359e1af68a069c0e383acd667e031b1412b
size 33585

3
dhall-json-1.7.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c98e13cd6c4cda015bdbbf28b6d64c3f559b149e314577f6db315cb5f9d9f4e3
size 33597

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Mon Dec 7 06:53:58 UTC 2020 - psimons@suse.com
- Update dhall-json to version 1.7.4.
1.7.4
* Build against `dhall-1.37.0`
-------------------------------------------------------------------
Thu Oct 22 02:01:06 UTC 2020 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name dhall-json
%bcond_with tests
Name: %{pkg_name}
Version: 1.7.3
Version: 1.7.4
Release: 0
Summary: Convert between Dhall and JSON or YAML
License: BSD-3-Clause
@ -45,6 +45,7 @@ BuildRequires: ghc-scientific-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-vector-devel
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-hunit-devel