packages feed

hashtables 1.0.1.5 → 1.0.1.6

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

benchmark/hashtable-benchmark.cabal view
@@ -43,4 +43,4 @@    ghc-options: -O2 -Wall -fwarn-tabs -funbox-strict-fields -threaded                -fno-warn-unused-do-bind -rtsopts-               -with-rtsopts="-A4M -H2G"+               -with-rtsopts=-H2G -with-rtsopts=-A4M
hashtables.cabal view
@@ -1,5 +1,5 @@ Name:                hashtables-Version:             1.0.1.5+Version:             1.0.1.6 Synopsis:            Mutable hash tables in the ST monad Homepage:            http://github.com/gregorycollins/hashtables License:             BSD3