Skip to content

Commit fbda588

Browse files
committed
Update to xxHash-0.8.3
1 parent e29ed1a commit fbda588

File tree

4 files changed

+898
-430
lines changed

4 files changed

+898
-430
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.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)