Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0c03ab4

Browse files
authored
Merge pull request #320 from haskell-unordered-containers/xxhash-0.8.3
Update to xxHash-0.8.3
2 parents e29ed1a + 081390b commit 0c03ab4

File tree

7 files changed

+901
-433
lines changed

7 files changed

+901
-433
lines changed

‎CHANGES.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
See also https://pvp.haskell.org/faq
22

3+
## Version 1.5.1.0
4+
5+
* Update xxHash to version 0.8.3
6+
37
## Version 1.5.0.0
48

59
* Add `QuantifiedConstraints` superclasses to `Hashable1/2`:

‎hashable-bench/hashable-bench.cabal‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tested-with:
2727
extra-source-files:
2828
include/HsHashable.h
2929
include/HsXXHash.h
30-
xxHash-0.8.2/xxhash.h
30+
xxHash-0.8.3/xxhash.h
3131

3232
library
3333
exposed-modules:
@@ -44,7 +44,7 @@ library
4444
Data.Hashable.Mix
4545
Data.Hashable.XXH3
4646

47-
include-dirs: include xxHash-0.8.2/
47+
include-dirs: include xxHash-0.8.3/
4848
includes:
4949
HsHashable.h
5050
HsXXHash.h

‎hashable-bench/xxHash-0.8.2‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎hashable-bench/xxHash-0.8.3‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../xxHash-0.8.3

‎hashable.cabal‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cabal-version: 2.2
22
name: hashable
3-
version: 1.5.0.0
4-
x-revision: 1
3+
version: 1.5.1.0
54
synopsis: A class for types that can be converted to a hash value
65
description:
76
This package defines a class, 'Hashable', for types that can be converted to a hash value.
@@ -40,7 +39,7 @@ extra-source-files:
4039
include/HsHashable.h
4140
include/HsXXHash.h
4241
README.md
43-
xxHash-0.8.2/xxhash.h
42+
xxHash-0.8.3/xxhash.h
4443

4544
flag arch-native
4645
description:
@@ -76,7 +75,7 @@ library
7675
Data.Hashable.Mix
7776
Data.Hashable.XXH3
7877

79-
include-dirs: include xxHash-0.8.2
78+
include-dirs: include xxHash-0.8.3
8079
includes:
8180
HsHashable.h
8281
HsXXHash.h
@@ -192,7 +191,7 @@ test-suite xxhash-tests
192191
, tasty-hunit ^>=0.10.1
193192
, tasty-quickcheck ^>=0.10.3 || ^>=0.11
194193

195-
include-dirs: include xxHash-0.8.2
194+
include-dirs: include xxHash-0.8.3
196195
includes:
197196
HsXXHash.h
198197
xxhash.h
File renamed without changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /