BSD-3-Clause licensed by Emily Pillmore
Maintained by [email protected]
This version can be pinned in stack with:nonempty-vector-0.1.0.0@sha256:a185d5ffc6a263fd7fa1b467e3710a5039c4a3990bfd34e37913cdbc86a4252e,1844

Module documentation for 0.1.0.0

Used by 1 package in nightly-2019-10-27(full list with versions):

Non-empty Vectors

Build Status Hackage

This package presents thin wrappers around mutable and immutable Data.Vector types. The entire Vector API is supported for both sets of boxed vectors, with future plans to support unboxed, primitive, storable, and generic vectors.

There are no external dependencies that are not already in base.

nonempty-vector dependencies

Changes

Revision history for nonempty-vector

0.1.0.0

  • Remove MonadFail instance for the sake of backcompat with LTS < 13
  • Drop Cabal version down to 2.0

0.0.1.1 – 2019-10-20

  • Export toMVector and fromMVector
  • clean up docs

0.0.1.0 – 2019-10-20

  • First version. Released on an unsuspecting world.