ip: Library for IP and MAC addresses
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
The ip
package provides types and functions for dealing with
IPv4 addresses, CIDR blocks, and MAC addresses. We provide instances
for typeclasses found in commonly used packages like aeson
, vector
,
and hashable
. We also provide Parser
s for working with attoparsec.
Notably, this package does not overload functions by introducing any typeclasses of its own. Neither does it prefix functions with the name of the type that they work on. Instead, functions of the same name are exported by several different modules, and it is expected that end users disambiguate by importing these modules qualified.
The only module intended to be imported unqualified is Net.Types
. The
types in this package should not conflict with the types in
any other commonly used packages.
The following packages are intended to be used with this package:
`yesod-ip`: Provides orphan instances needed to work with yesod and persistent. Also, provides a `yesod-form` helper.
Properties
Versions | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6.0, 0.6.1, 0.6.2, 0.7, 0.8, 0.8.1, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.9, 0.9.1, 0.9.2, 0.9.3, 1.0.0, 1.1.0, 1.1.1, 1.1.2, 1.2.0, 1.2.1, 1.3.0, 1.4.0, 1.4.1, 1.4.1, 1.4.2, 1.4.2.1, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8 |
---|---|
Change log | None available |
Dependencies | aeson (>=1.0 && <1.5), attoparsec (>=0.13 && <0.14), base (>=4.9.1.0 && <5), bytestring (>=0.10 && <0.11), deepseq (>=1.4 && <1.5), hashable (>=1.2 && <1.3), primitive (>=0.6 && <0.7), text (>=1.2 && <1.3), vector (>=0.11 && <0.13) [details] |
License | BSD-3-Clause |
Copyright | 2016 Andrew Martin |
Author | Andrew Martin |
Maintainer | andrew.thaddeus@gmail.com |
Category | web |
Home page | https://github.com/andrewthad/haskell-ip#readme |
Source repo | head: git clone https://github.com/andrewthad/haskell-ip |
Uploaded | by andrewthad at 2018-08-19T20:29:19Z |
Modules
[Index] [Quick Jump]
Downloads
- ip-1.4.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees