osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-comonad revision:6, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=28
This commit is contained in:
Peter Simons 2018-06-27 01:01:27 +00:00 committed by Git OBS Bridge
parent acde5b64ba
commit 2d4473c3c3
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: comonad name: comonad
category: Control, Comonads category: Control, Comonads
version: 5.0.3 version: 5.0.3
x-revision: 2 x-revision: 3
license: BSD3 license: BSD3
cabal-version: >= 1.10 cabal-version: >= 1.10
license-file: LICENSE license-file: LICENSE
@ -133,4 +133,4 @@ test-suite doctests
build-depends: build-depends:
base, base,
comonad, comonad,
doctest >= 0.11.1 && < 0.16 doctest >= 0.11.1 && < 0.17

View File

@ -26,7 +26,7 @@ License: BSD-2-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
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/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-cabal-doctest-devel BuildRequires: ghc-cabal-doctest-devel
BuildRequires: ghc-containers-devel BuildRequires: ghc-containers-devel