name: streaming-binary
version: 0.3.0.1
synopsis: Streaming interface to binary.
homepage: https://github.com/mboes/streaming-binary#readme
license: BSD3
license-file: LICENSE
author: Mathieu Boespflug
maintainer: m@tweag.io
copyright: (c) 2017 Mathieu Boespflug
category: Streaming, Parsing
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/mboes/streaming-binary
library
hs-source-dirs: src
exposed-modules: Streaming.Binary
build-depends:
base >= 4.7 && < 5,
binary >= 0.8,
bytestring >= 0.10,
streaming >= 0.1.4,
streaming-bytestring >= 0.1.4
default-language: Haskell2010
test-suite tests
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
other-modules:
Spec
Streaming.BinarySpec
build-depends:
base,
binary,
bytestring >= 0.10,
hspec >= 2.4,
streaming,
streaming-binary,
streaming-bytestring
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010