osc copypac from project:devel:languages:haskell:lts:9 package:ghc-scientific revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-scientific?expand=0&rev=47
This commit is contained in:
parent
dff228e628
commit
5444a2870f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 11:29:36 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 0.3.5.2 revision 2.
|
||||
A more detailed change log is not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 4 03:51:18 UTC 2017 - psimons@suse.com
|
||||
|
||||
|
@ -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-binary-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: scientific
|
||||
version: 0.3.5.2
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
synopsis: Numbers represented using scientific notation
|
||||
description:
|
||||
@Data.Scientific@ provides the number type 'Scientific'. Scientific numbers are
|
||||
@ -102,7 +102,7 @@ test-suite test-scientific
|
||||
, binary >= 0.4.1 && < 0.9
|
||||
, tasty >= 0.5 && < 0.13
|
||||
, tasty-ant-xml >= 1.0 && < 1.2
|
||||
, tasty-hunit >= 0.8 && < 0.10
|
||||
, tasty-hunit >= 0.8 && < 0.11
|
||||
, tasty-smallcheck >= 0.2 && < 0.9
|
||||
, tasty-quickcheck >= 0.8 && < 0.10
|
||||
, smallcheck >= 1.0 && < 1.2
|
||||
|
Loading…
Reference in New Issue
Block a user