bifunctors: Bifunctors

[ bsd3, data, functors, library ] [ Propose Tags ]

Bifunctors.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
semigroups

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

Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

Enabled
tagged

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

Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

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.1, 0.1.1, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.2, 0.1.3, 0.1.3.1, 0.1.3.3, 3.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1, 3.2, 3.2.0.1, 4.0, 4.1, 4.1.0.1, 4.1.1, 4.1.1.1, 4.2, 4.2.1, 5, 5.1, 5.2, 5.2.1, 5.3, 5.4, 5.4.1, 5.4.2, 5.5, 5.5.1, 5.5.2, 5.5.3, 5.5.4, 5.5.5, 5.5.6, 5.5.7, 5.5.8, 5.5.9, 5.5.10, 5.5.11, 5.5.12, 5.5.13, 5.5.14, 5.5.15, 5.6, 5.6.1, 5.6.2 (info)
Change log CHANGELOG.markdown
Dependencies base (>=4 && <5), base-orphans (>=0.5.2 && <1), comonad (>=4 && <6), containers (>=0.1 && <0.7), fail (>=4.9 && <4.10), ghc-prim (==0.2.0.0), semigroups (>=0.16.2 && <1), tagged (>=0.7.3 && <1), template-haskell (>=2.4 && <2.17), th-abstraction (>=0.3 && <0.5), transformers (>=0.2 && <0.6), transformers-compat (>=0.5 && <0.7) [details]
License BSD-3-Clause
Copyright Copyright (C) 2008-2016 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 2 made by ryanglscott at 2020-10-04T16:36:27Z
Category Data, Functors
Home page http://github.com/ekmett/bifunctors/
Bug tracker http://github.com/ekmett/bifunctors/issues
Source repo head: git clone https://github.com/ekmett/bifunctors.git
Uploaded by ryanglscott at 2020-01-29T14:44:18Z
Distributions Arch:5.6, Debian:5.5.7, Fedora:5.5.15, FreeBSD:5, LTSHaskell:5.6.2, NixOS:5.6.1, Stackage:5.6.2, openSUSE:5.6.1
Reverse Dependencies 232 direct, 8194 indirect [details]
Downloads 295354 total (761 in the last 30 days)
Rating 2.5 (votes: 5) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-01-29 [all 1 reports]

Readme for bifunctors-5.5.7

[back to package description]

bifunctors

Hackage Build Status

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