Accepting request 336341 from devel:languages:haskell

- update to 0.3.4.0
*Added fromRationalRepetend & toRationalRepetend
  for safely converting from and to rationals
  which have a repeating decimal representation like:
  1 % 28 = 0.03(571428).
* Added a Binary instance.
* Various performance improvements.
* Support vector-0.11
* Support tasty-0.11
* Support criterion-1.1.0.0

OBS-URL: https://build.opensuse.org/request/show/336341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-scientific?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2015-10-08 06:24:39 +00:00 committed by Git OBS Bridge
commit 1a98d04ba6
4 changed files with 21 additions and 6 deletions

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Oct 4 16:52:33 UTC 2015 - mimi.vx@gmail.com
- update to 0.3.4.0
*Added fromRationalRepetend & toRationalRepetend
for safely converting from and to rationals
which have a repeating decimal representation like:
1 % 28 = 0.03(571428).
* Added a Binary instance.
* Various performance improvements.
* Support vector-0.11
* Support tasty-0.11
* Support criterion-1.1.0.0
-------------------------------------------------------------------
Sun Apr 12 18:49:55 UTC 2015 - mimi.vx@gmail.com

View File

@ -1,5 +1,5 @@
#
# spec file for package ghc
# spec file for package ghc-scientific
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
@ -18,8 +18,8 @@
%global pkg_name scientific
Name: ghc-%{pkg_name}
Version: 0.3.3.8
Name: ghc-scientific
Version: 0.3.4.0
Release: 0
Summary: Numbers represented using scientific notation
License: BSD-3-Clause
@ -36,6 +36,7 @@ BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-hashable-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
BuildRequires: ghc-vector-devel
%description
Data.Scientific provides a space efficient and arbitrary precision scientific

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e30cde2a44a7beded15afd56606c562b76e457835e7de2942815f22bc74bce4c
size 18543

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd681501f742f55fb092c967a42f537c8059db40f8b4a8870b07fe499944e97d
size 21392