mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-26 09:22:20 +03:00
macaw-base: Document hashable-related API changes
This commit is contained in:
parent
aa127f240f
commit
fa3f82314a
@ -21,3 +21,7 @@
|
||||
- The `DynamicSymbolTable` constructor of `Data.Macaw.Memory.ElfLoader`'s
|
||||
`SymbolTable` data type now has an additional `VersionDefMap` field, which is
|
||||
needed for finding versioning information in some cases.
|
||||
|
||||
- The `Hashable` and `HashableF` instances for `App f` now require
|
||||
`TestEquality f` constraints. (This is needed to support `hashable-1.4.*`,
|
||||
which adds `Eq` as a superclass to `Hashable`.)
|
||||
|
Loading…
Reference in New Issue
Block a user