murmur-hash-0.1.0.11: changelog.md
### 0.1.0.11
- Fix space leak in `ByteString` instances
(PR [#15](https://github.com/nominolo/murmur-hash/pull/15)).
Fixes issue [#17](https://github.com/nominolo/murmur-hash/issues/17).
- Build tested with GHC 8.0 - 9.12.0.
### 0.1.0.10
- Replace use of deprecated `bitSize` by `finiteBitSize`
- Bump `bytestring` dependency to allow `0.11`
### 0.1.0.9
- Bump dependency ranges for GHC 8.0
### 0.1.0.8
- Bump dependency ranges for GHC 7.10
### 0.1.0.7
- Bump dependency ranges for GHC 7.8
### 0.1.0.6:
- Loosen dependency on base and bytestring to compile with GHC 7.6.
### 0.1.0.5:
- Loosen dependency on base to compile with GHC 7.4.