Name: IPv6Addr Version: 0.4 License: BSD3 License-File: LICENSE Copyright: Copyright © 2011-2013 - Michel Boucey Author: Michel Boucey Maintainer: Michel Boucey Bug-Reports: mailto:michel.boucey@gmail.com Synopsis: Library to deal with IPv6 address text representations. Description: Library to deal with IPv6 address text representations, canonization and manipulations. Category: Network, Text Build-Type: Simple Cabal-Version: >= 1.8 Source-Repository head Type: git Location: https://github.com/MichelBoucey/IPv6Addr Library Build-Depends: attoparsec, base >= 3 && <= 5, bytestring >= 0.9, network-info >= 0.2, random, text Exposed-Modules: Text.IPv6Addr Text.IPv6Addr.Internal Text.IPv6Addr.Manip Text.IPv6Addr.Types Test-Suite tests Type: exitcode-stdio-1.0 HS-Source-Dirs: tests Main-Is: Main.hs Build-Depends: base, HUnit, IPv6Addr, test-framework, test-framework-hunit, text