osc copypac from project:devel:languages:haskell:lts:10 package:ghc-scientific revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-scientific?expand=0&rev=49
This commit is contained in:
parent
95cfccc613
commit
24b348b7e0
@ -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/3.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.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: 3
|
x-revision: 4
|
||||||
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
|
||||||
@ -67,7 +67,7 @@ library
|
|||||||
Utils
|
Utils
|
||||||
other-extensions: DeriveDataTypeable, BangPatterns
|
other-extensions: DeriveDataTypeable, BangPatterns
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
build-depends: base >= 4.3 && < 4.11
|
build-depends: base >= 4.3 && < 4.12
|
||||||
, integer-logarithms >= 1 && <1.1
|
, integer-logarithms >= 1 && <1.1
|
||||||
, deepseq >= 1.3 && < 1.5
|
, deepseq >= 1.3 && < 1.5
|
||||||
, text >= 0.8 && < 1.3
|
, text >= 0.8 && < 1.3
|
||||||
@ -98,7 +98,7 @@ test-suite test-scientific
|
|||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
build-depends: scientific
|
build-depends: scientific
|
||||||
, base >= 4.3 && < 4.11
|
, base >= 4.3 && < 4.12
|
||||||
, binary >= 0.4.1 && < 0.9
|
, binary >= 0.4.1 && < 0.9
|
||||||
, tasty >= 0.5 && < 1.1
|
, tasty >= 0.5 && < 1.1
|
||||||
, tasty-ant-xml >= 1.0 && < 1.2
|
, tasty-ant-xml >= 1.0 && < 1.2
|
||||||
@ -122,5 +122,5 @@ benchmark bench-scientific
|
|||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -O2
|
ghc-options: -O2
|
||||||
build-depends: scientific
|
build-depends: scientific
|
||||||
, base >= 4.3 && < 4.11
|
, base >= 4.3 && < 4.12
|
||||||
, criterion >= 0.5 && < 1.4
|
, criterion >= 0.5 && < 1.4
|
||||||
|
Loading…
Reference in New Issue
Block a user