packages feed

large-hashable-0.1.3.0: ChangeLog

0.1.3.0: 2026-07-01
	* drop unused dependencies (memory, bytes, crypton, transformers, void)
	* replace C FFI float/double conversions with GHC.Float casts (identical hashes)

0.1.2.0: 2025-01-13
	* replace cryptonite (deprecated) with crypton

0.1.1.0: 2023-05-19
	* fix for text version 2. The fix causes hashes for text values to change. Use the new
          function `largeHashStable` if you want to avoid that. (`largeHashStable` comes
          with a performance penalty, though.)

0.1.0.4: 2017-03-19
        * fixed build on `i686` related to non-fixed size integers

0.1.0.2: 2016-10-10
        * fixed build problems because of TemplateHaskell 2.11

0.1.0.1: 2016-08-10
        * fixed build issue: added bitfn.h to cabal file

0.1.0.0: 2016-08-09
        * initial release