Accepting request 857187 from devel:languages:haskell

update haskell stack in openSUS

OBS-URL: https://build.opensuse.org/request/show/857187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhall-yaml?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2020-12-22 10:33:01 +00:00 committed by Git OBS Bridge
commit 70677c1746
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:c3551fcc5685d65211aed5ec0d01ff3c2c547506261941fd25cb451f725e82d8
size 20741

3
dhall-yaml-1.2.4.tar.gz Normal file
View File

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

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:06 UTC 2020 - psimons@suse.com
- Update dhall-yaml to version 1.2.4.
1.2.4
* Build against `dhall-1.37.0`
-------------------------------------------------------------------
Thu Oct 22 02:00:45 UTC 2020 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name dhall-yaml
%bcond_with tests
Name: %{pkg_name}
Version: 1.2.3
Version: 1.2.4
Release: 0
Summary: Convert between Dhall and YAML
License: GPL-3.0-or-later
@ -41,6 +41,7 @@ BuildRequires: ghc-prettyprinter-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
BuildRequires: ghc-vector-devel
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-expected-failure-devel