SHA256
1
0
forked from pool/ghc-either

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-either?expand=0&rev=39
This commit is contained in:
Peter Simons 2019-03-29 02:01:55 +00:00 committed by Git OBS Bridge
parent 4543b7e96c
commit 9a8d20c59d
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: either
category: Control, Monads
version: 5.0.1
x-revision: 1
x-revision: 2
license: BSD3
cabal-version: >= 1.10
license-file: LICENSE
@ -63,5 +63,5 @@ test-suite tests
either,
test-framework >= 0.8.1.1 && < 0.9,
test-framework-quickcheck2 >= 0.3.0.3 && < 0.4,
QuickCheck >= 2.9 && < 2.13
QuickCheck >= 2.9 && < 2.14
default-language: Haskell2010

View File

@ -26,7 +26,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/1.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bifunctors-devel
BuildRequires: ghc-mtl-devel