BSD-3-Clause licensed by Edward Kmett
Maintained by [email protected]
This version can be pinned in stack with:vector-instances-3.4.2@sha256:ab0eb07b17fbefd1c6dd32d5914b8a41e43608a481075fa07c94e8347c1bad8f,1392

Module documentation for 3.4.2

vector-instances

Hackage Build Status

This provides a standard place for lots of orphan instances for the vector package.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett

Changes

3.4.2 [2023.04.17]

  • Remove unused dependency on semigroups.

3.4.1 [2023.04.14]

  • Add a Hashable1 Vector instance.
  • Require vector-0.12+ and hashable-1.2.5.0+.
  • Drop support for GHC 7.10 and earlier.

3.4

  • Support vector-0.12
  • Added Hashable instances.

3.3.1

  • Support vector 0.11

3.3.0.1

  • Support for GHC 7.10.1

3.3

  • Added more Semigroup instances.

3.2.1

  • Refactored build system.
  • Removed bounds on dependencies.