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
This commit is contained in:
Peter Simons 2017-08-17 13:32:07 +00:00 committed by Git OBS Bridge
parent 96d6bfc86e
commit 42a0333e4a
5 changed files with 18 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ade2be6a5e81950ab2918d938037dde0ce09d04dc399cefbf191ce6cb5f76cd9
size 11824

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9173805b9c941bda1f37e5aeb68ae30f57a12df9b17bd2aa86db3b7d5236a678
size 10147

View File

@ -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

View File

@ -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

View File

@ -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