name: ip6addr version: 0.5.2 x-revision: 1 synopsis: Commandline tool to generate IPv6 address text representations description: Commandline tool to generate IPv6 address text representations license: BSD3 license-file: LICENSE author: Michel Boucey maintainer: michel.boucey@cybervisible.fr homepage: https://github.com/MichelBoucey/ip6addr Copyright: Copyright (c) 2011-2016 - Michel Boucey Category: Network,Console build-type: Simple cabal-version: >=1.10 extra-source-files: README.md Source-Repository head Type: git Location: https://github.com/MichelBoucey/ip6addr.git executable ip6addr main-is: Main.hs other-extensions: DeriveDataTypeable , OverloadedStrings build-depends: base >= 4.8 && < 5 , cmdargs >= 0.10.13 && < 0.11 , IPv6Addr >= 0.6.0.2 && < 0.7 , text >= 1.2.2 && < 1.3 default-language: Haskell2010 GHC-Options: -Wall