From cbeb4a298c147a13680dae41878e4fb2d940e649386f4c93c1c7eebfd466ffc5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Apr 2018 14:54:27 +0000 Subject: [PATCH] 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 --- distributive.cabal | 4 +-- ghc-distributive.changes | 53 ++-------------------------------------- ghc-distributive.spec | 2 +- 3 files changed, 5 insertions(+), 54 deletions(-) diff --git a/distributive.cabal b/distributive.cabal index 606b380..cbe820a 100644 --- a/distributive.cabal +++ b/distributive.cabal @@ -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 diff --git a/ghc-distributive.changes b/ghc-distributive.changes index a791321..e954ccc 100644 --- a/ghc-distributive.changes +++ b/ghc-distributive.changes @@ -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 - diff --git a/ghc-distributive.spec b/ghc-distributive.spec index e6800a6..f70e941 100644 --- a/ghc-distributive.spec +++ b/ghc-distributive.spec @@ -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