From 42a0333e4a64b8943a797745e2f04f12f78576adb68ff7a60b321f523688a9fe Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 Aug 2017 13:32:07 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-distributive revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=16 --- distributive-0.5.2.tar.gz | 3 --- distributive-0.5.3.tar.gz | 3 +++ distributive.cabal | 12 +++++++----- ghc-distributive.changes | 5 +++++ ghc-distributive.spec | 6 +++--- 5 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 distributive-0.5.2.tar.gz create mode 100644 distributive-0.5.3.tar.gz diff --git a/distributive-0.5.2.tar.gz b/distributive-0.5.2.tar.gz deleted file mode 100644 index 59625a5..0000000 --- a/distributive-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ade2be6a5e81950ab2918d938037dde0ce09d04dc399cefbf191ce6cb5f76cd9 -size 11824 diff --git a/distributive-0.5.3.tar.gz b/distributive-0.5.3.tar.gz new file mode 100644 index 0000000..cd0c7fd --- /dev/null +++ b/distributive-0.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9173805b9c941bda1f37e5aeb68ae30f57a12df9b17bd2aa86db3b7d5236a678 +size 10147 diff --git a/distributive.cabal b/distributive.cabal index aeb8c95..bdf817b 100644 --- a/distributive.cabal +++ b/distributive.cabal @@ -1,7 +1,7 @@ name: distributive category: Data Structures -version: 0.5.2 -x-revision: 2 +version: 0.5.3 +x-revision: 1 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE @@ -21,6 +21,7 @@ extra-source-files: travis-cabal-apt-install CHANGELOG.markdown README.markdown + Warning.hs source-repository head type: git @@ -29,8 +30,8 @@ source-repository head custom-setup setup-depends: base >= 4 && <5, - cabal-doctest >= 1 && <1.1, - Cabal + Cabal, + cabal-doctest >= 1 && <1.1 flag semigroups manual: True @@ -84,7 +85,8 @@ test-suite doctests main-is: doctests.hs build-depends: base >= 4, - doctest >= 0.11.1 && <0.12 + distributive, + doctest >= 0.11.1 && <0.14 ghc-options: -Wall -threaded hs-source-dirs: tests diff --git a/ghc-distributive.changes b/ghc-distributive.changes index 5e4651a..0c62e9a 100644 --- a/ghc-distributive.changes +++ b/ghc-distributive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/ghc-distributive.spec b/ghc-distributive.spec index 9b74caf..3f399e8 100644 --- a/ghc-distributive.spec +++ b/ghc-distributive.spec @@ -19,14 +19,14 @@ %global pkg_name distributive %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.5.2 +Version: 0.5.3 Release: 0 Summary: Distributive functors -- Dual to Traversable License: BSD-2-Clause -Group: Development/Languages/Haskell +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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-orphans-devel BuildRequires: ghc-cabal-doctest-devel