Skip to content

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

Diff for: CHANGES.md

+4
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`:

Diff for: hashable-bench/hashable-bench.cabal

+2-2
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

Diff for: hashable-bench/xxHash-0.8.2

-1
This file was deleted.

Diff for: hashable-bench/xxHash-0.8.3

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../xxHash-0.8.3

Diff for: hashable.cabal

+4-5
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)