packages feed

ip-0.3: ip.cabal

name:                ip
version:             0.3
synopsis:            Library for IP and MAC addresses
description:         Please see README.md
homepage:            https://github.com/andrewthad/ip#readme
license:             BSD3
license-file:        LICENSE
author:              Andrew Martin
maintainer:          andrew.thaddeus@gmail.com
copyright:           2016 Andrew Martin
category:            web
build-type:          Simple
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:
    Net.Mac
    Net.IPv4
    Net.IPv4.Text
    Net.Internal
  build-depends:       
      base >= 4.7 && < 5
    , attoparsec
    , aeson
    , hashable
    , text
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/andrewthad/ip