osc copypac from project:devel:languages:haskell:lts:11 package:ghc-distributive revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=20
This commit is contained in:
Peter Simons 2018-04-02 14:54:27 +00:00 committed by Git OBS Bridge
parent 7d7f9b64ed
commit cbeb4a298c
3 changed files with 5 additions and 54 deletions

View File

@ -1,7 +1,7 @@
name: distributive
category: Data Structures
version: 0.5.3
x-revision: 4
x-revision: 5
license: BSD3
cabal-version: >= 1.8
license-file: LICENSE
@ -87,7 +87,7 @@ test-suite doctests
build-depends:
base >= 4,
distributive,
doctest >= 0.11.1 && <0.15
doctest >= 0.11.1 && <0.16
ghc-options: -Wall -threaded
hs-source-dirs: tests

View File

@ -1,55 +1,6 @@
-------------------------------------------------------------------
Tue Jan 9 03:01:16 UTC 2018 - psimons@suse.com
Wed Mar 14 16:55:43 UTC 2018 - psimons@suse.com
- Update to version 0.5.3 revision 3.
- Update distributive to version 0.5.3 revision 5.
A more detailed change log is not available.
-------------------------------------------------------------------
Mon Dec 11 04:27:52 UTC 2017 - psimons@suse.com
- Update to version 0.5.3 revision 2.
A more detailed change log is not available.
-------------------------------------------------------------------
Thu Aug 17 03:03:20 UTC 2017 - psimons@suse.com
- Update to version 0.5.3 revision 1.
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-------------------------------------------------------------------
Sun Feb 5 19:32:22 UTC 2017 - psimons@suse.com
- Update to version 0.5.2 revision 2 with cabal2obs.
-------------------------------------------------------------------
Mon Jan 9 06:33:58 UTC 2017 - psimons@suse.com
- Update to version 0.5.1 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:34:08 UTC 2016 - psimons@suse.com
- Update to version 0.5.0.2 revision 0 with cabal2obs.
-------------------------------------------------------------------
Tue Jan 26 08:40:30 UTC 2016 - mimi.vx@gmail.com
- update to 0.5.0.2
* Added flags for removing some dependencies.
* upport doctests when building to non-standard locations (such as when using stack.)
* Support base-orphans
-------------------------------------------------------------------
Thu May 21 06:41:23 UTC 2015 - mimi.vx@gmail.com
- correct licence to BSD-2-Clause
-------------------------------------------------------------------
Sun Apr 26 16:43:29 UTC 2015 - mimi.vx@gmail.com
- initial commit

View File

@ -26,7 +26,7 @@ License: BSD-2-Clause
Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-orphans-devel
BuildRequires: ghc-cabal-doctest-devel