All Versions
28
Latest Version
Avg Release Cycle
189 days
Latest Release
-

Changelog History
Page 1

  • v1.2.4.1 Changes

    ⚡️ Update some test suite dep upper bounds.

  • v1.2.4.0 Changes

    • Fix a correctness bug with cuckoo hash tables and the new mutate function introduced in 1.2.3.0.

    • Bring test suite into main .cabal file

  • v1.2.3.4 Changes

    August 07, 2019

    🛠 Fix build with GHC 8.8.

  • v1.2.3.3 Changes

    June 20, 2019

    🛠 Fix build with certain versions of primitive (thx again Carter)

  • v1.2.3.2 Changes

    May 22, 2019
    • CPP fix for breakage caused by primitive 0.7 (thx Carter)

    • Fix some haddock syntax errors (thx Frederik Hanghøj Iversen)

    • Fix typo in module reference (thx Don Allen)

  • v1.2.3.1 Changes

    May 22, 2018
    • Fix building with GHC <7.10 (thx Vanessa McHale)
  • v1.2.3.0 Changes

    March 22, 2018
    • update for Semigroup/monoid breakage with GHC 8.4 (thx Fumiaki Kinoshita)

    • Implement mutateST and mutateIO (thx Andy Morris)

    • Fix build breakage w/ "pre" function (thx Andy Morris)

  • v1.2.2.1 Changes

    September 27, 2017
    • Adjusted base lower bound (it was incorrect), bumped some testsuite + benchmark bounds.
  • v1.2.2.0 Changes

    September 09, 2017
    • Bumped vector bounds.

    • Added lookupIndex and nextByIndex functions.

    • Add mutate function.

    Thanks to contributors:

    • Vykintas Baltrušaitis.
    • Franklin Chen
    • Iavor Diatchki
    • Eric Mertins
  • v1.2.1.1 Changes

    March 28, 2017
    • Bumped vector bounds.