osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-scientific revision:13, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-scientific?expand=0&rev=82
This commit is contained in:
parent
643823ca66
commit
888f6e7ef6
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 20 19:46:12 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update scientific to version 0.3.7.0.
|
||||||
|
0.3.7.0
|
||||||
|
|
||||||
|
* Make division (/) on Scientifics slightly more efficient.
|
||||||
|
|
||||||
|
* Fix the Show instance to surround negative numbers with parentheses when
|
||||||
|
necessary.
|
||||||
|
|
||||||
|
* Add (Template Haskell) Lift Scientific instance
|
||||||
|
|
||||||
|
* Mark modules as Safe or Trustworthy (Safe Haskell).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-scientific
|
# spec file for package ghc-scientific
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name scientific
|
%global pkg_name scientific
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.3.6.2
|
Version: 0.3.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Numbers represented using scientific notation
|
Summary: Numbers represented using scientific notation
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -34,12 +34,12 @@ BuildRequires: ghc-hashable-devel
|
|||||||
BuildRequires: ghc-integer-logarithms-devel
|
BuildRequires: ghc-integer-logarithms-devel
|
||||||
BuildRequires: ghc-primitive-devel
|
BuildRequires: ghc-primitive-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
|
BuildRequires: ghc-template-haskell-devel
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
BuildRequires: ghc-smallcheck-devel
|
BuildRequires: ghc-smallcheck-devel
|
||||||
BuildRequires: ghc-tasty-ant-xml-devel
|
|
||||||
BuildRequires: ghc-tasty-devel
|
BuildRequires: ghc-tasty-devel
|
||||||
BuildRequires: ghc-tasty-hunit-devel
|
BuildRequires: ghc-tasty-hunit-devel
|
||||||
BuildRequires: ghc-tasty-quickcheck-devel
|
BuildRequires: ghc-tasty-quickcheck-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f
|
|
||||||
size 23510
|
|
3
scientific-0.3.7.0.tar.gz
Normal file
3
scientific-0.3.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a3a121c4b3d68fb8b9f8c709ab012e48f090ed553609247a805ad070d6b343a9
|
||||||
|
size 24723
|
Loading…
x
Reference in New Issue
Block a user