packages feed

ip6addr-0.4.0.0: ip6addr.cabal

name:                ip6addr
version:             0.4.0.0
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@gmail.com
homepage:            https://github.com/MichelBoucey/ip6addr
Copyright:           Copyright © 2011-2015 - Michel Boucey
Category:            Network,Console
build-type:          Simple
cabal-version:       >=1.10

Source-Repository head
  Type: git
  Location: https://github.com/MichelBoucey/ip6addr.git

executable ip6addr
  GHC-Options: -O2 -Wall
  main-is:             Main.hs
  other-extensions:    DeriveDataTypeable, OverloadedStrings
  build-depends:       base >=4.7 && <4.8, cmdargs,IPv6Addr >= 0.5, text >= 1.2
  default-language:    Haskell2010