File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
See also https://pvp.haskell.org/faq
2
2
3
+ ## Version 1.4.7.0
4
+
5
+ * Make ` arch-native ` disabled by default.
6
+
3
7
## Version 1.4.6.0
4
8
5
9
* Use GND&DerivingVia to derive ` newtype ` intances (` Data.Semigroup ` , ` Data.Monoid ` , ` Identity ` etc).
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : hashable
3
- version : 1.4.6 .0
3
+ version : 1.4.7 .0
4
4
synopsis : A class for types that can be converted to a hash value
5
5
description :
6
6
This package defines a class, 'Hashable', for types that can be converted to a hash value.
@@ -61,10 +61,11 @@ flag integer-gmp
61
61
flag arch-native
62
62
description :
63
63
Use @-march=native@ when compiling C sources.
64
- You may need to disable this flag if you are building distributable binaries
64
+ Portable implementation is 15-50% slower.
65
+ Consider enabling this flag if hashing performance is important.
65
66
66
67
manual : True
67
- default : True
68
+ default : False
68
69
69
70
flag random-initial-seed
70
71
description :
You can’t perform that action at this time.
0 commit comments