Accepting request 421599 from devel:languages:haskell:lts:6

version update

OBS-URL: https://build.opensuse.org/request/show/421599
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-markup?expand=0&rev=13
This commit is contained in:
Ondřej Súkup 2016-08-24 13:07:26 +00:00 committed by Git OBS Bridge
parent 87445aa0e4
commit ef41147b8b
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:3e69a0e88dde5a6a3c8b4204d847a545f7872025a2ac4554cd5df2861aa41b20
size 13447

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 1 14:07:14 UTC 2016 - psimons@suse.com
- Update to version 0.7.1.0 revision 0 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:31:26 UTC 2016 - psimons@suse.com

View File

@ -19,15 +19,14 @@
%global pkg_name blaze-markup
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.7.0.3
Version: 0.7.1.0
Release: 0
Summary: A blazingly fast markup 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-bytestring-devel
BuildRequires: ghc-rpm-macros
@ -41,7 +40,6 @@ BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
%endif
# End cabal-rpm deps
%description
Core modules of a blazingly fast markup combinator library for the Haskell
@ -62,20 +60,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