name: ip6addr version: 0.5.3 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE copyright: Copyright (c) 2011-2017 - Michel Boucey maintainer: michel.boucey@cybervisible.fr homepage: https://github.com/MichelBoucey/ip6addr synopsis: Commandline tool to generate IPv6 address text representations description: Commandline tool to generate IPv6 address text representations category: Network,Console author: Michel Boucey extra-source-files: README.md source-repository head type: git location: https://github.com/MichelBoucey/ip6addr.git executable ip6addr main-is: Main.hs build-depends: base >=4.8 && <5, cmdargs >=0.10.13 && <0.11, IPv6Addr >=0.6.0.2 && <1.1.0, text >=1.2.2 && <1.3 default-language: Haskell2010 other-extensions: DeriveDataTypeable OverloadedStrings ghc-options: -Wall