osc copypac from project:devel:languages:haskell:lts:10 package:ghc-scientific revision:6, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-scientific?expand=0&rev=50
This commit is contained in:
Peter Simons 2018-03-04 02:16:01 +00:00 committed by Git OBS Bridge
parent 24b348b7e0
commit c78a183468
2 changed files with 3 additions and 3 deletions

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/4.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-binary-devel
BuildRequires: ghc-bytestring-devel

View File

@ -1,6 +1,6 @@
name: scientific
version: 0.3.5.2
x-revision: 4
x-revision: 5
synopsis: Numbers represented using scientific notation
description:
@Data.Scientific@ provides the number type 'Scientific'. Scientific numbers are
@ -106,7 +106,7 @@ test-suite test-scientific
, tasty-smallcheck >= 0.2 && < 0.9
, tasty-quickcheck >= 0.8 && < 0.10
, smallcheck >= 1.0 && < 1.2
, QuickCheck >= 2.5 && < 2.11
, QuickCheck >= 2.5 && < 2.12
, text >= 0.8 && < 1.3
if flag(bytestring-builder)