Name: bsb-http-chunked Version: 0 Synopsis: Chunked HTTP transfer encoding for bytestring builders Description: This library is a new home for the Blaze.ByteString.Builder.HTTP module from the blaze-builder package. Author: Jasper Van der Jeugt, Simon Meier, Leon P Smith Copyright: (c) 2010-2014 Simon Meier (c) 2010 Jasper Van der Jeugt (c) 2013-2015 Leon P Smith Maintainer: Simon Jakobi License: BSD3 License-file: LICENSE Homepage: http://github.com/sjakobi/bsb-http-chunked Bug-Reports: http://github.com/sjakobi/bsb-http-chunked/issues Stability: Provisional Category: Data, Network Build-type: Simple Cabal-version: >= 1.8 Extra-source-files: tests/*.hs Source-repository head Type: git Location: https://github.com/sjakobi/bsb-http-chunked.git Library ghc-options: -Wall exposed-modules: Data.ByteString.Builder.HTTP.Chunked other-modules: Blaze.ByteString.Builder Blaze.ByteString.Builder.ByteString Blaze.ByteString.Builder.Char8 Blaze.ByteString.Builder.Compat.Write Blaze.ByteString.Builder.Int Blaze.ByteString.Builder.Internal.Write Blaze.ByteString.Builder.Word build-depends: base >= 4.3 && < 4.12, deepseq, text >= 0.10 && < 1.3 if impl(ghc < 7.8) build-depends: bytestring >= 0.9 && < 0.11, bytestring-builder else build-depends: bytestring >= 0.10.4 && < 0.11 test-suite test -- Turn off until the package is cleaned up buildable: False type: exitcode-stdio-1.0 hs-source-dirs: tests main-is: Tests.hs ghc-options: -Wall -fno-warn-orphans build-depends: base , blaze-builder , bytestring , HUnit , QuickCheck , test-framework , test-framework-hunit , test-framework-quickcheck2 , text , utf8-string