diff --git a/ghc-scientific.changes b/ghc-scientific.changes index 07cf4bf..911f2dc 100644 --- a/ghc-scientific.changes +++ b/ghc-scientific.changes @@ -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 diff --git a/ghc-scientific.spec b/ghc-scientific.spec index e10517c..9e6acb3 100644 --- a/ghc-scientific.spec +++ b/ghc-scientific.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name scientific %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.3.6.2 +Version: 0.3.7.0 Release: 0 Summary: Numbers represented using scientific notation License: BSD-3-Clause @@ -34,12 +34,12 @@ BuildRequires: ghc-hashable-devel BuildRequires: ghc-integer-logarithms-devel BuildRequires: ghc-primitive-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-template-haskell-devel BuildRequires: ghc-text-devel ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-smallcheck-devel -BuildRequires: ghc-tasty-ant-xml-devel BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hunit-devel BuildRequires: ghc-tasty-quickcheck-devel diff --git a/scientific-0.3.6.2.tar.gz b/scientific-0.3.6.2.tar.gz deleted file mode 100644 index b7bce9c..0000000 --- a/scientific-0.3.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f -size 23510 diff --git a/scientific-0.3.7.0.tar.gz b/scientific-0.3.7.0.tar.gz new file mode 100644 index 0000000..4c01ccd --- /dev/null +++ b/scientific-0.3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a121c4b3d68fb8b9f8c709ab012e48f090ed553609247a805ad070d6b343a9 +size 24723