-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0fd1730d1afb3007c23b227e5d2dad0105c2c0822a6b6a52cbe8649358211a72
name: streaming-pcap
version: 1.1.0
synopsis: Stream packets via libpcap.
description: Stream packets via libpcap.
category: Web
homepage: https://github.com/fosskers/streaming-pcap
author: Colin Woodbury
maintainer: colingw@gmail.com
copyright: 2018 Colin Woodbury
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
test/test.pcap
test/tsuru.pcap
library
hs-source-dirs:
./.
ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-incomplete-uni-patterns -O2
build-depends:
attoparsec >=0.13 && <0.14
, base >=4.7 && <5
, bytestring
, pcap >=0.4 && <0.5
, streaming >=0.1 && <0.3
, streaming-bytestring >=0.1 && <0.2
, streaming-utils >=0.1 && <0.2
exposed-modules:
Network.Pcap.Streaming
Network.Pcap.Streaming.Internal
default-language: Haskell2010
test-suite streaming-pcap-test
type: exitcode-stdio-1.0
main-is: Test.hs
hs-source-dirs:
test
ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-incomplete-uni-patterns -O2 -threaded
build-depends:
attoparsec >=0.13 && <0.14
, base >=4.7 && <5
, bytestring
, pcap >=0.4 && <0.5
, streaming >=0.1 && <0.3
, streaming-bytestring >=0.1 && <0.2
, streaming-pcap
, streaming-utils >=0.1 && <0.2
, tasty >=0.11 && <1.1
, tasty-hunit >=0.9 && <0.11
default-language: Haskell2010