packages feed

ip6addr-0.1: ip6addr.cabal

Name:		ip6addr
Version:	0.1
Author:         Michel Boucey <michel.boucey@gmail.com>
Maintainer:     Michel Boucey <michel.boucey@gmail.com>
Homepage:       http://www.cybervisible.fr/ip6addr
Category:	Console,Network
Synopsis:	Command line tool that filters parsed IPv6 Addresses against RFC 4291
Description:	ip6addr is a command line tool for filtering IPv6 addresses parsed against RFC 4291. By default, ip6addr outputs only validated inputs, i.e. IPv6 addresses. Option -e throws out discarded inputs to stderr, that have to be redirected.
License:        BSD3
License-File:   LICENSE
Build-Type:	Simple
Cabal-Version:	>= 1.2
Extra-Source-Files: IsIPv6Addr.hs
Extra-Source-Files: README
Extra-Source-Files: Makefile

Executable ip6addr
    Main-Is:  Main.hs
    Build-Depends:	base <= 4 && < 5