packages feed

hans-pcap-0.1.0.2: hans-pcap.cabal

-- Initial dhcp.cabal generated by cabal init.  For further documentation, 
-- see http://haskell.org/cabal/users-guide/
cabal-version:       >=1.10
name:                hans-pcap
version:             0.1.0.2
synopsis:            Driver for real ethernet devices for HaNS
description:         Network ethernet device for HaNS(Currently requires hans-2.4 from the github), which can tap into a real ethernet interface, all using pcap library and preform raw packet reads & writes.
                     This is a very simple. But requires: root - to be able to use PCAP.

homepage:            https://github.com/tolysz/hans-pcap
license:             BSD3
license-file:        LICENSE
author:              Marcin Tolysz
maintainer:          tolysz@gmail.com
copyright:           ©2014-2015 Marcin Tolysz
category:            Networking
build-type:          Simple
extra-source-files:  example/test.hs, example/gal.hs
                     CHANGES
Stability:           experimental
Source-Repository head
  type: git
  location: https://github.com/tolysz/hans-pcap


library
  exposed-modules:     Hans.Device.Pcap
  build-depends      : base >=4 && <4.8
                     , hans >=2.4
                     , pcap
                     , bytestring
  default-language:    Haskell2010