Accepting request 930325 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/930325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-doctemplates?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2021-11-11 20:36:26 +00:00 committed by Git OBS Bridge
commit 0fd49382ab
4 changed files with 13 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 12 11:34:11 UTC 2021 - psimons@suse.com
- Update doctemplates to version 0.10.0.1.
## 0.10.0.1
* Don't rely on aeson Object being implemented as a HashMap.
This change is needed for doctemplates to compile against aeson 2.0.0.0.
-------------------------------------------------------------------
Mon Jul 19 07:05:18 UTC 2021 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name doctemplates
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.10
Version: 0.10.0.1
Release: 0
Summary: Pandoc-style document templates
License: BSD-3-Clause
@ -38,7 +38,6 @@ BuildRequires: ghc-safe-devel
BuildRequires: ghc-scientific-devel
BuildRequires: ghc-text-conversions-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-vector-devel
ExcludeArch: %{ix86}
%if %{with tests}