Accepting request 306427 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/306427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-lifted-base?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2015-05-21 06:12:54 +00:00 committed by Git OBS Bridge
commit b0166fee75
4 changed files with 33 additions and 13 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 21 19:42:56 UTC 2015 - mimi.vx@gmail.com
- update to 0.2.3.6
* no upstream changelog
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 6 21:50:28 UTC 2013 - sbahling@suse.com Sun Oct 6 21:50:28 UTC 2013 - sbahling@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-lifted-base # spec file for package ghc-lifted-base
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,23 +18,31 @@
%global pkg_name lifted-base %global pkg_name lifted-base
Name: ghc-lifted-base %bcond_with tests
Version: 0.2.1.0
Name: ghc-%{pkg_name}
Version: 0.2.3.6
Release: 0 Release: 0
Summary: lifted IO operations from the base library Summary: Lifted IO operations from the base library
License: BSD-3-Clause License: BSD-3-Clause
Group: System/Libraries Group: System/Libraries
Url: http://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps: # Begin cabal-rpm deps:
BuildRequires: ghc-base-unicode-symbols-devel
BuildRequires: ghc-monad-control-devel BuildRequires: ghc-monad-control-devel
BuildRequires: ghc-transformers-base-devel BuildRequires: ghc-transformers-base-devel
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel
BuildRequires: ghc-transformers-compat-devel
BuildRequires: ghc-transformers-devel
%endif
# End cabal-rpm deps # End cabal-rpm deps
%description %description
@ -45,15 +53,16 @@ Note that not all modules from 'base' are converted yet. If you need a lifted
version of a function from 'base', just ask me to add it or send me a patch. version of a function from 'base', just ask me to add it or send me a patch.
The package includes a copy of the 'monad-peel' testsuite written by Anders The package includes a copy of the 'monad-peel' testsuite written by Anders
Kaseorg The tests can be performed using 'cabal test' Kaseorg The tests can be performed using 'cabal test'.
%package devel %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Other Group: Development/Libraries/Other
Provides: %{name}-static = %{version}-%{release}
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version} Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release}
%description devel %description devel
This package provides the Haskell %{pkg_name} library development files. This package provides the Haskell %{pkg_name} library development files.
@ -68,6 +77,11 @@ This package provides the Haskell %{pkg_name} library development files.
%install %install
%ghc_lib_install %ghc_lib_install
%check
%if %{with tests}
%cabal test
%endif
%post devel %post devel
%ghc_pkg_recache %ghc_pkg_recache

View File

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

View File

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