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
This commit is contained in:
parent
f1585897e6
commit
54f310e2c1
@ -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
|
Tue Sep 9 20:29:11 UTC 2014 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-hashable
|
# 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
|
# 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 hashable
|
%global pkg_name hashable
|
||||||
|
|
||||||
Name: ghc-hashable
|
Name: ghc-hashable
|
||||||
Version: 1.2.2.0
|
Version: 1.2.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A class for types that can be converted to a hash value
|
Summary: A class for types that can be converted to a hash value
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -60,6 +60,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%ifarch i586
|
||||||
|
%define cabal_configure_options -f"-sse2"
|
||||||
|
%endif
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:033a90b0369af59bf922d0c2af8d73a18432b46b0a47607f436d38f873a88e21
|
|
||||||
size 23456
|
|
3
hashable-1.2.3.2.tar.gz
Normal file
3
hashable-1.2.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c66fc70f75c5e1eaa8278c2c624a8cf5a73d5127df1cb2956eb69b16f492241
|
||||||
|
size 23903
|
Loading…
Reference in New Issue
Block a user