vector-instances: Orphan Instances for 'Data.Vector'

[ bsd3, data, data-structures, library ] [ Propose Tags ]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
hashable

You can disable the use of the hashable package using `-f-hashable`.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.2.1, 0.1.0, 0.1.0.1, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4.1, 2.1, 3.0, 3.1, 3.2, 3.2.1, 3.3, 3.3.0.1, 3.3.1, 3.4, 3.4.1, 3.4.2 (info)
Change log CHANGELOG.markdown
Dependencies base (>=4 && <5), comonad (>=3), hashable (>=1.1.1.0), keys (>=3), pointed (>=3), semigroupoids (>=3), semigroups (>=0.8.3.1), vector (>=0.9 && <0.14) [details]
License BSD-3-Clause
Author Edward Kmett
Maintainer ekmett@gmail.com
Revised Revision 1 made by ryanglscott at 2022-06-21T10:31:03Z
Category Data, Data Structures
Home page http://github.com/ekmett/vector-instances
Bug tracker http://github.com/ekmett/vector-instances/issues
Source repo head: git clone git://github.com/ekmett/vector-instances.git
Uploaded by ryanglscott at 2017-01-08T17:34:26Z
Distributions Arch:3.4.2, Debian:3.4, FreeBSD:3.3.1, LTSHaskell:3.4.2, NixOS:3.4.2, Stackage:3.4.2
Reverse Dependencies 20 direct, 7726 indirect [details]
Downloads 36768 total (149 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-01-08 [all 1 reports]

Readme for vector-instances-3.4

[back to package description]

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