foundation-edge: foundation's edge with the conventional set of packages

[ bsd3, foundation, library ] [ Propose Tags ]

A set of functions to allow interaction with more conventional and well established packages like bytestring, text, vector

Current support:

  • bytestring


[Skip to Readme]

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.3
Dependencies bytestring, foundation (>=0.0.7 && <0.0.10), text [details]
License BSD-3-Clause
Copyright Vincent Hanquez <vincent@snarc.org>
Author Vincent Hanquez <vincent@snarc.org>
Maintainer vincent@snarc.org
Revised Revision 1 made by HerbertValerioRiedel at 2017-06-09T17:12:45Z
Category foundation
Home page https://github.com/haskell-foundation/foundation-edge
Bug tracker https://github.com/haskell-foundation/foundation-edge/issues
Source repo head: git clone https://github.com/vincenthz/hs-foundation
Uploaded by VincentHanquez at 2017-04-25T12:53:36Z
Distributions NixOS:0.0.3
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2540 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-04-25 [all 1 reports]

Readme for foundation-edge-0.0.2

[back to package description]

Foundation-edge

This package is useful to convert to and from, types and data structure commonly found in the haskell ecosystem.

For now, edge support the following packages:

  • bytestring (initial)
  • text (initial)

And planning to add support to:

  • vector

If you think edge would benefits from other packages, open an issue (or even better a PR) with suggestion of what to add.