Accepting request 607806 from devel:languages:haskell

Update ghc-haddock-library to the latest version.

OBS-URL: https://build.opensuse.org/request/show/607806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-haddock-library?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2018-05-30 10:08:19 +00:00 committed by Git OBS Bridge
commit 7fe96fe135
4 changed files with 27 additions and 7 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update haddock-library to version 1.5.0.1.
* Support for parsing unicode operators (#458)
* Bifunctor, Bifoldable and Bitraversable instances for DocH and MetaDoc
* Support for grid tables
* added `DocTable` constructor to `DocH`
* added `Table`, `TableCell` and `TableRow` data types
* added `markupTable` to `DocMarkupH` data type
* Move markup related data types to haddock-library
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-haddock-library
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,9 +17,10 @@
%global pkg_name haddock-library
%global has_internal_sub_libraries 1
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.4.3
Version: 1.5.0.1
Release: 0
Summary: Library exposing some functionality of Haddock
License: BSD-3-Clause
@ -28,13 +29,18 @@ URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-transformers-devel
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-base-compat-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-optparse-applicative-devel
BuildRequires: ghc-tree-diff-devel
%endif
%description
@ -60,7 +66,7 @@ files.
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%ghc_lib_build_without_haddock
%install
%ghc_lib_install
@ -75,8 +81,10 @@ files.
%ghc_pkg_recache
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%license vendor/attoparsec-0.13.1.0/LICENSE
%files devel -f %{name}-devel.files
%doc CHANGES.md
%changelog

View File

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

View File

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