Accepting request 421598 from devel:languages:haskell:lts:6
version update OBS-URL: https://build.opensuse.org/request/show/421598 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-html?expand=0&rev=19
This commit is contained in:
parent
b987957810
commit
61b4d31ccd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8d2e39764b318f5dde33288f9f11a125ac51552c48b981e2b8068002728dcb6
|
||||
size 76157
|
3
blaze-html-0.8.1.2.tar.gz
Normal file
3
blaze-html-0.8.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7ee92b38112e939bf251530afb7385a1588a8a6c929f409492dfde7b67ef2b7
|
||||
size 77898
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user