Accepting request 1234637 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1234637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-scientific?expand=0&rev=34
This commit is contained in:
Ana Guerrero 2025-01-05 14:29:17 +00:00 committed by Git OBS Bridge
commit 2faba19a57
3 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 26 13:50:23 UTC 2024 - Peter Simons <psimons@suse.com>
- Update scientific to version 0.3.8.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 4 20:39:28 UTC 2024 - Peter Simons <psimons@suse.com> Thu Jul 4 20:39:28 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -26,7 +26,7 @@ Summary: Numbers represented using scientific notation
License: BSD-3-Clause License: BSD-3-Clause
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/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-Cabal-devel
BuildRequires: ghc-base-devel BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof BuildRequires: ghc-base-prof

View File

@ -1,6 +1,6 @@
name: scientific name: scientific
version: 0.3.8.0 version: 0.3.8.0
x-revision: 1 x-revision: 2
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
@ -50,13 +50,14 @@ tested-with:
|| ==9.0.2 || ==9.0.2
|| ==9.2.8 || ==9.2.8
|| ==9.4.8 || ==9.4.8
|| ==9.6.5 || ==9.6.6
|| ==9.8.2 || ==9.8.4
|| ==9.10.1 || ==9.10.1
|| ==9.12.1
source-repository head source-repository head
type: git type: git
location: git://github.com/basvandijk/scientific.git location: https://github.com/basvandijk/scientific.git
flag integer-simple flag integer-simple
description: Use the integer-simple package instead of integer-gmp description: Use the integer-simple package instead of integer-gmp
@ -79,7 +80,7 @@ library
ghc-options: -Wall ghc-options: -Wall
build-depends: build-depends:
base >=4.5 && <4.21 base >=4.5 && <4.22
, binary >=0.8.6.0 && <0.9 , binary >=0.8.6.0 && <0.9
, bytestring >=0.10.8.2 && <0.13 , bytestring >=0.10.8.2 && <0.13
, containers >=0.6.0.1 && <0.8 , containers >=0.6.0.1 && <0.8
@ -87,7 +88,7 @@ library
, hashable >=1.4.4.0 && <1.6 , hashable >=1.4.4.0 && <1.6
, integer-logarithms >=1.0.3.1 && <1.1 , integer-logarithms >=1.0.3.1 && <1.1
, primitive >=0.9.0.0 && <0.10 , primitive >=0.9.0.0 && <0.10
, template-haskell >=2.14.0.0 && <2.23 , template-haskell >=2.14.0.0 && <2.24
, text >=1.2.3.0 && <1.3 || >=2.0 && <2.2 , text >=1.2.3.0 && <1.3 || >=2.0 && <2.2
if impl(ghc >=9.0) if impl(ghc >=9.0)