osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-foldl revision:11, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-foldl?expand=0&rev=15
This commit is contained in:
Peter Simons 2019-10-10 18:54:49 +00:00 committed by Git OBS Bridge
parent 377b925694
commit ce3d871411
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: foldl
Version: 1.4.5
x-revision: 3
x-revision: 4
Cabal-Version: >=1.8.0.2
Build-Type: Simple
License: BSD3
@ -37,7 +37,7 @@ Library
hashable < 1.4 ,
contravariant < 1.6 ,
semigroups >= 0.17 && < 1.20,
profunctors < 5.5 ,
profunctors < 5.6 ,
semigroupoids >= 1.0 && < 5.4 ,
comonad >= 4.0 && < 6 ,
vector-builder < 0.4

View File

@ -25,7 +25,7 @@ License: BSD-3-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/3.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-comonad-devel