2015-05-02 11:55:55 +02:00
|
|
|
#
|
|
|
|
# spec file for package ghc-either
|
|
|
|
#
|
2017-01-09 22:11:35 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2015-05-02 11:55:55 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2015-05-17 17:22:47 +02:00
|
|
|
|
2015-05-02 11:55:55 +02:00
|
|
|
%global pkg_name either
|
2016-07-17 19:06:08 +02:00
|
|
|
Name: ghc-%{pkg_name}
|
2016-05-11 17:14:20 +02:00
|
|
|
Version: 4.4.1.1
|
2015-05-02 11:55:55 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: An either monad transformer
|
2015-05-17 17:22:47 +02:00
|
|
|
License: BSD-3-Clause
|
2017-08-11 10:53:58 +02:00
|
|
|
Group: Development/Languages/Haskell
|
2015-05-02 11:55:55 +02:00
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
2017-05-23 13:39:50 +02:00
|
|
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
2015-05-02 11:55:55 +02:00
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-MonadRandom-devel
|
|
|
|
BuildRequires: ghc-bifunctors-devel
|
|
|
|
BuildRequires: ghc-exceptions-devel
|
|
|
|
BuildRequires: ghc-free-devel
|
2015-08-20 08:12:03 +02:00
|
|
|
BuildRequires: ghc-mmorph-devel
|
2015-05-02 11:55:55 +02:00
|
|
|
BuildRequires: ghc-monad-control-devel
|
|
|
|
BuildRequires: ghc-mtl-devel
|
|
|
|
BuildRequires: ghc-profunctors-devel
|
2016-07-17 19:06:08 +02:00
|
|
|
BuildRequires: ghc-rpm-macros
|
2015-05-02 11:55:55 +02:00
|
|
|
BuildRequires: ghc-semigroupoids-devel
|
|
|
|
BuildRequires: ghc-semigroups-devel
|
|
|
|
BuildRequires: ghc-transformers-base-devel
|
|
|
|
BuildRequires: ghc-transformers-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
An either monad transformer.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
2017-08-11 10:53:58 +02:00
|
|
|
Group: Development/Libraries/Haskell
|
2016-07-17 19:06:08 +02:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2015-05-02 11:55:55 +02:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkg_name}-%{version}
|
2017-01-09 22:11:35 +01:00
|
|
|
cp -p %{SOURCE1} %{pkg_name}.cabal
|
2015-05-02 11:55:55 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
|
|
|
|
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
2017-02-28 11:35:49 +01:00
|
|
|
%doc CHANGELOG.markdown README.markdown
|
2015-05-02 11:55:55 +02:00
|
|
|
|
|
|
|
%changelog
|