packages feed

streaming-pcap-1.0.0: streaming-pcap.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: c37ffea4ae53bdbe6e7f8ec6c8834974fadb48711722864ed540a2e2753fb5c0

name:           streaming-pcap
version:        1.0.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

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
  build-depends:
      base >=4.7 && <5
    , bytestring
    , pcap >=0.4 && <0.5
    , streaming >=0.2 && <0.3
  exposed-modules:
      Network.Pcap.Streaming
  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 -threaded
  build-depends:
      base >=4.7 && <5
    , bytestring
    , pcap >=0.4 && <0.5
    , streaming >=0.2 && <0.3
    , streaming-pcap
    , tasty >=0.11 && <1.1
    , tasty-hunit >=0.9 && <0.11
  other-modules:
      Paths_streaming_pcap
  default-language: Haskell2010