-- Initial dhcp.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ cabal-version: >=1.10 name: hans-pfq version: 0.1.0.0 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 pfq library and preform raw packet reads & writes. This is a very simple. But requires: root - to be able to use PFQ, not really tested... homepage: https://github.com/tolysz/hans-pfq license: BSD3 license-file: LICENSE author: Marcin Tolysz maintainer: tolysz@gmail.com copyright: ©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-pfq library exposed-modules: Hans.Device.PFq build-depends : base >=4 && < 5 , hans >=2.4 , pfq >=4.0 , bytestring default-language: Haskell2010