Accepting request 421709 from devel:languages:haskell

version update (forwarded request 421598 from psimons)

OBS-URL: https://build.opensuse.org/request/show/421709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-blaze-html?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2016-08-25 07:57:39 +00:00 committed by Git OBS Bridge
commit 20201e6b82
4 changed files with 11 additions and 14 deletions

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 1 10:39:00 UTC 2016 - psimons@suse.com
- Update to version 0.8.1.2 revision 0 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:32:50 UTC 2016 - psimons@suse.com

View File

@ -19,15 +19,14 @@
%global pkg_name blaze-html
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.8.1.1
Version: 0.8.1.2
Release: 0
Summary: A blazingly fast HTML combinator library for Haskell
License: BSD-3-Clause
Group: System/Libraries
Group: Development/Languages/Other
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
# Begin cabal-rpm deps:
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-blaze-markup-devel
BuildRequires: ghc-bytestring-devel
@ -42,7 +41,6 @@ BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
%endif
# End cabal-rpm deps
%description
A blazingly fast HTML combinator library for the Haskell programming language.
@ -63,20 +61,14 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
%check
%if %{with tests}
%{cabal} test
%endif
%cabal_test
%post devel
%ghc_pkg_recache