osc copypac from project:devel:languages:haskell:lts:10 package:ghc-scientific revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-scientific?expand=0&rev=48
This commit is contained in:
parent
5444a2870f
commit
95cfccc613
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 12 03:37:53 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.3.5.2 revision 3.
|
||||||
|
A more detailed change log is not available.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 7 11:29:36 UTC 2017 - psimons@suse.com
|
Thu Dec 7 11:29:36 UTC 2017 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-scientific
|
# spec file for package ghc-scientific
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,7 +26,7 @@ License: BSD-3-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-binary-devel
|
BuildRequires: ghc-binary-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: scientific
|
name: scientific
|
||||||
version: 0.3.5.2
|
version: 0.3.5.2
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
synopsis: Numbers represented using scientific notation
|
synopsis: Numbers represented using scientific notation
|
||||||
description:
|
description:
|
||||||
@Data.Scientific@ provides the number type 'Scientific'. Scientific numbers are
|
@Data.Scientific@ provides the number type 'Scientific'. Scientific numbers are
|
||||||
@ -100,7 +100,7 @@ test-suite test-scientific
|
|||||||
build-depends: scientific
|
build-depends: scientific
|
||||||
, base >= 4.3 && < 4.11
|
, base >= 4.3 && < 4.11
|
||||||
, binary >= 0.4.1 && < 0.9
|
, binary >= 0.4.1 && < 0.9
|
||||||
, tasty >= 0.5 && < 0.13
|
, tasty >= 0.5 && < 1.1
|
||||||
, tasty-ant-xml >= 1.0 && < 1.2
|
, tasty-ant-xml >= 1.0 && < 1.2
|
||||||
, tasty-hunit >= 0.8 && < 0.11
|
, tasty-hunit >= 0.8 && < 0.11
|
||||||
, tasty-smallcheck >= 0.2 && < 0.9
|
, tasty-smallcheck >= 0.2 && < 0.9
|
||||||
@ -123,4 +123,4 @@ benchmark bench-scientific
|
|||||||
ghc-options: -O2
|
ghc-options: -O2
|
||||||
build-depends: scientific
|
build-depends: scientific
|
||||||
, base >= 4.3 && < 4.11
|
, base >= 4.3 && < 4.11
|
||||||
, criterion >= 0.5 && < 1.3
|
, criterion >= 0.5 && < 1.4
|
||||||
|
Loading…
Reference in New Issue
Block a user