Skip to content

Update to xxHash-0.8.3 #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
See also https://pvp.haskell.org/faq

## Version 1.5.1.0

* Update xxHash to version 0.8.3

## Version 1.5.0.0

* Add `QuantifiedConstraints` superclasses to `Hashable1/2`:
Expand Down
4 changes: 2 additions & 2 deletions hashable-bench/hashable-bench.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tested-with:
extra-source-files:
include/HsHashable.h
include/HsXXHash.h
xxHash-0.8.2/xxhash.h
xxHash-0.8.3/xxhash.h

library
exposed-modules:
Expand All @@ -44,7 +44,7 @@ library
Data.Hashable.Mix
Data.Hashable.XXH3

include-dirs: include xxHash-0.8.2/
include-dirs: include xxHash-0.8.3/
includes:
HsHashable.h
HsXXHash.h
Expand Down
1 change: 0 additions & 1 deletion hashable-bench/xxHash-0.8.2

This file was deleted.

1 change: 1 addition & 0 deletions hashable-bench/xxHash-0.8.3
9 changes: 4 additions & 5 deletions hashable.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cabal-version: 2.2
name: hashable
version: 1.5.0.0
x-revision: 1
version: 1.5.1.0
synopsis: A class for types that can be converted to a hash value
description:
This package defines a class, 'Hashable', for types that can be converted to a hash value.
Expand Down Expand Up @@ -40,7 +39,7 @@ extra-source-files:
include/HsHashable.h
include/HsXXHash.h
README.md
xxHash-0.8.2/xxhash.h
xxHash-0.8.3/xxhash.h

flag arch-native
description:
Expand Down Expand Up @@ -76,7 +75,7 @@ library
Data.Hashable.Mix
Data.Hashable.XXH3

include-dirs: include xxHash-0.8.2
include-dirs: include xxHash-0.8.3
includes:
HsHashable.h
HsXXHash.h
Expand Down Expand Up @@ -192,7 +191,7 @@ test-suite xxhash-tests
, tasty-hunit ^>=0.10.1
, tasty-quickcheck ^>=0.10.3 || ^>=0.11

include-dirs: include xxHash-0.8.2
include-dirs: include xxHash-0.8.3
includes:
HsXXHash.h
xxhash.h
Expand Down
File renamed without changes.
Loading
Loading