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:
commit
20201e6b82
@ -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
|
Sun Jul 10 17:32:50 UTC 2016 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,15 +19,14 @@
|
|||||||
%global pkg_name blaze-html
|
%global pkg_name blaze-html
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.8.1.1
|
Version: 0.8.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A blazingly fast HTML combinator library for Haskell
|
Summary: A blazingly fast HTML combinator library for Haskell
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: System/Libraries
|
Group: Development/Languages/Other
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
# Begin cabal-rpm deps:
|
|
||||||
BuildRequires: ghc-blaze-builder-devel
|
BuildRequires: ghc-blaze-builder-devel
|
||||||
BuildRequires: ghc-blaze-markup-devel
|
BuildRequires: ghc-blaze-markup-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
@ -42,7 +41,6 @@ BuildRequires: ghc-test-framework-devel
|
|||||||
BuildRequires: ghc-test-framework-hunit-devel
|
BuildRequires: ghc-test-framework-hunit-devel
|
||||||
BuildRequires: ghc-test-framework-quickcheck2-devel
|
BuildRequires: ghc-test-framework-quickcheck2-devel
|
||||||
%endif
|
%endif
|
||||||
# End cabal-rpm deps
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A blazingly fast HTML combinator library for the Haskell programming language.
|
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
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%cabal_test
|
||||||
%{cabal} test
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
Loading…
Reference in New Issue
Block a user