network-data-0.3.0: network-data.cabal
name: network-data
version: 0.3.0
license: BSD3
license-file: LICENSE
author: Thomas DuBuisson <thomas.dubuisson@gmail.com>
maintainer: Thomas DuBuisson
synopsis: Library for network data structures (ex: ethernet/ip/udp/tcp headers and helper functions)
description: This library includes definitions for common headers such as
Ethernet, IPv4, IPv6, UDP, TCP, etc. This code is untested for any serious
work - use at your own risk.
category: Data, Network
stability: stable
build-type: Simple
cabal-version: >= 1.2
tested-with: GHC == 6.10.1
extra-source-files:
Flag small_base
Description: Choose the split-up base package.
Library
Build-Depends: base >= 3 && < 5,
bytestring >= 0.9,
cereal >= 0.2,
prettyclass >= 1.0,
pretty >= 1.0
hs-source-dirs:
exposed-modules: Data.Ethernet, Data.IP, Data.IPv6, Data.Header, Data.TCP, Data.UDP, Data.CSum
ghc-options: