From 54f310e2c13f0a58ba14147abe2015e5f09928cc0fd7b6a1ab4d118b9d2484dc Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Sat, 2 May 2015 10:00:28 +0000 Subject: [PATCH] Accepting request 304571 from devel:languages:haskell:lts - update to 1.2.3.2 + disable SSE2 on i586 arch * Add support for GHC 7.10 typeRepFingerprint * Added support for random 1.1.*. * Silence integer literal overflow warning * Add support for GHC 7.10 `integer-gmp2` & `Natural` * Add instance for Data.Void * Make the SSE .cabal flags manual * Add an upper bound on bytestring OBS-URL: https://build.opensuse.org/request/show/304571 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hashable?expand=0&rev=8 --- ghc-hashable.changes | 13 +++++++++++++ ghc-hashable.spec | 7 +++++-- hashable-1.2.2.0.tar.gz | 3 --- hashable-1.2.3.2.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 hashable-1.2.2.0.tar.gz create mode 100644 hashable-1.2.3.2.tar.gz diff --git a/ghc-hashable.changes b/ghc-hashable.changes index 4bf09e2..6161c28 100644 --- a/ghc-hashable.changes +++ b/ghc-hashable.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Apr 12 18:40:00 UTC 2015 - mimi.vx@gmail.com + +- update to 1.2.3.2 ++ disable SSE2 on i586 arch +* Add support for GHC 7.10 typeRepFingerprint +* Added support for random 1.1.*. +* Silence integer literal overflow warning +* Add support for GHC 7.10 `integer-gmp2` & `Natural` +* Add instance for Data.Void +* Make the SSE .cabal flags manual +* Add an upper bound on bytestring + ------------------------------------------------------------------- Tue Sep 9 20:29:11 UTC 2014 - peter.trommler@ohm-hochschule.de diff --git a/ghc-hashable.spec b/ghc-hashable.spec index 522f4ff..d1ab1b2 100644 --- a/ghc-hashable.spec +++ b/ghc-hashable.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-hashable # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 hashable Name: ghc-hashable -Version: 1.2.2.0 +Version: 1.2.3.2 Release: 0 Summary: A class for types that can be converted to a hash value License: BSD-3-Clause @@ -60,6 +60,9 @@ This package provides the Haskell %{pkg_name} library development files. %setup -q -n %{pkg_name}-%{version} %build +%ifarch i586 +%define cabal_configure_options -f"-sse2" +%endif %ghc_lib_build %install diff --git a/hashable-1.2.2.0.tar.gz b/hashable-1.2.2.0.tar.gz deleted file mode 100644 index 3a15092..0000000 --- a/hashable-1.2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:033a90b0369af59bf922d0c2af8d73a18432b46b0a47607f436d38f873a88e21 -size 23456 diff --git a/hashable-1.2.3.2.tar.gz b/hashable-1.2.3.2.tar.gz new file mode 100644 index 0000000..4f93e3b --- /dev/null +++ b/hashable-1.2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c66fc70f75c5e1eaa8278c2c624a8cf5a73d5127df1cb2956eb69b16f492241 +size 23903