forked from pool/ghc-either
osc copypac from project:devel:languages:haskell:lts:11 package:ghc-either revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-either?expand=0&rev=24
This commit is contained in:
parent
2b62660472
commit
f879fe8c5c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ecfb0f4ba8594153db1329b5ca0de08b152dc4cc4326a20e1cfad1bbae41f2d7
|
|
||||||
size 10714
|
|
3
either-5.tar.gz
Normal file
3
either-5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75cee27641a34f80e6c71f82469a76c7f51d23a522e792e2733269ebf7cbf420
|
||||||
|
size 8637
|
@ -1,57 +1,6 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 21 19:12:26 UTC 2017 - psimons@suse.com
|
Wed Mar 14 16:57:01 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
- Update to version 4.5.
|
- Update either to version 5.
|
||||||
A more detailed change log is not available.
|
A more detailed change log is not available.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
|
||||||
|
|
||||||
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon May 22 08:08:50 UTC 2017 - psimons@suse.com
|
|
||||||
|
|
||||||
- Update to version 4.4.1.1 revision 2 with cabal2obs.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Jan 4 21:24:48 UTC 2017 - psimons@suse.com
|
|
||||||
|
|
||||||
- Update to version 4.4.1.1 revision 1 with cabal2obs.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Jul 10 17:04:19 UTC 2016 - psimons@suse.com
|
|
||||||
|
|
||||||
- Update to version 4.4.1.1 revision 0 with cabal2obs.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed May 11 15:13:10 UTC 2016 - mimi.vx@gmail.com
|
|
||||||
|
|
||||||
- update to 4.4.1.1
|
|
||||||
* Fixed building on newer GHCs. (type synonyms require explicit foralls for unused
|
|
||||||
variables these days)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Aug 7 06:57:35 UTC 2015 - mimi.vx@gmail.com
|
|
||||||
|
|
||||||
- update to 4.4.1
|
|
||||||
* Support mmorph
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun May 31 20:28:19 UTC 2015 - mimi.vx@gmail.com
|
|
||||||
|
|
||||||
- update to 4.3.4.1
|
|
||||||
* Support `MonadRandom` 0.4
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun May 17 15:21:44 UTC 2015 - mimi.vx@gmail.com
|
|
||||||
|
|
||||||
- update to 4.3.4
|
|
||||||
* Support `bifunctors` 5, `profunctors` 5, and `semigroupoids` 5.
|
|
||||||
* Fixed and enhanced documentation for `eitherToError`.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Apr 26 17:54:38 UTC 2015 - mimi.vx@gmail.com
|
|
||||||
|
|
||||||
- initial commit
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-either
|
# spec file for package ghc-either
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 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
|
||||||
@ -17,31 +17,28 @@
|
|||||||
|
|
||||||
|
|
||||||
%global pkg_name either
|
%global pkg_name either
|
||||||
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 4.5
|
Version: 5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An either monad transformer
|
Summary: Combinators for working with sums
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Haskell
|
Group: Development/Libraries/Haskell
|
||||||
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
|
||||||
BuildRequires: ghc-MonadRandom-devel
|
|
||||||
BuildRequires: ghc-bifunctors-devel
|
BuildRequires: ghc-bifunctors-devel
|
||||||
BuildRequires: ghc-exceptions-devel
|
|
||||||
BuildRequires: ghc-free-devel
|
|
||||||
BuildRequires: ghc-mmorph-devel
|
|
||||||
BuildRequires: ghc-monad-control-devel
|
|
||||||
BuildRequires: ghc-mtl-devel
|
BuildRequires: ghc-mtl-devel
|
||||||
BuildRequires: ghc-profunctors-devel
|
BuildRequires: ghc-profunctors-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: ghc-semigroupoids-devel
|
BuildRequires: ghc-semigroupoids-devel
|
||||||
BuildRequires: ghc-semigroups-devel
|
BuildRequires: ghc-semigroups-devel
|
||||||
BuildRequires: ghc-transformers-base-devel
|
%if %{with tests}
|
||||||
BuildRequires: ghc-transformers-devel
|
BuildRequires: ghc-hedgehog-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An either monad transformer.
|
Combinators for working with sums.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Haskell %{pkg_name} library development files
|
Summary: Haskell %{pkg_name} library development files
|
||||||
@ -63,6 +60,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%cabal_test
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user