-
Notifications
You must be signed in to change notification settings - Fork 8
/
blaze-builder-enumerator.cabal
45 lines (37 loc) · 1.39 KB
/
blaze-builder-enumerator.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Name : blaze-builder-enumerator
Version : 0.2.0.7
Synopsis : Enumeratees for the incremental conversion of builders to
bytestrings.
Description :
This package integrates the builders from the blaze-builder package with
the enumerator package. It provides infrastructure and enumeratees for
incrementally executing builders and pass the filled chunks to a bytestring
iteratee.
Author : Simon Meier <[email protected]>
Maintainer : Simon Meier <[email protected]>
Copyright : Copyright (c) 2010, 2011 Simon Meier
original package by Thomas Sutton <[email protected]>
License : BSD3
License-file : LICENSE
Build-type : Simple
Cabal-version : >=1.6
Category : Data, Enumerator
Stability : Experimental
Bug-reports : https://github.com/meiersi/blaze-builder-enumerator
Homepage : https://github.com/meiersi/blaze-builder-enumerator
Extra-source-files:
CHANGES
Source-repository head
Type: git
Location: https://github.com/meiersi/blaze-builder-enumerator.git
Library
GHC-options: -Wall
Build-depends:
base >= 4 && < 5
, blaze-builder >= 0.2.1.4 && < 0.5
, bytestring >= 0.9 && < 0.11
, enumerator >= 0.4.3.1 && < 0.5
, streaming-commons >= 0.1.10 && < 0.2
, transformers >= 0.2 && < 0.5
Exposed-modules:
Blaze.ByteString.Builder.Enumerator