osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-hashtables revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hashtables?expand=0&rev=13
This commit is contained in:
parent
05361d6655
commit
3313b62c56
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 2 08:15:35 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update hashtables to version 1.3.1.
|
||||||
|
## 1.3.1
|
||||||
|
|
||||||
|
Fix Noncanonical mappend definition warning.
|
||||||
|
Support more recent compilers.
|
||||||
|
|
||||||
|
## 1.3
|
||||||
|
|
||||||
|
Support Hashable 1.4. This new version of Hashable drops the Eq constraint, so the Eq constraint
|
||||||
|
needs to be dropped in the SPECIALIZE statements in Hashtables.
|
||||||
|
|
||||||
|
## 1.2.4.2
|
||||||
|
|
||||||
|
Cabal file: add missing other-modules
|
||||||
|
Silence import warnings. Know that we require ghc >= 7.8.
|
||||||
|
Fix build with GHC 9.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 3 15:52:50 UTC 2021 - psimons@suse.com
|
Wed Nov 3 15:52:50 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-hashtables
|
# spec file for package ghc-hashtables
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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 hashtables
|
%global pkg_name hashtables
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.2.4.2
|
Version: 1.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mutable hash tables in the ST monad
|
Summary: Mutable hash tables in the ST monad
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a8e7220352500fdc90e80422c9fa3b47e1f7ad7f6f9da07f929fc7c5011470fc
|
|
||||||
size 58466
|
|
3
hashtables-1.3.1.tar.gz
Normal file
3
hashtables-1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f3d40eb22ab87279b9a0bf51c22307706b240c90a664c82bfae2392268c59c3
|
||||||
|
size 58697
|
Loading…
Reference in New Issue
Block a user