packages feed

Cabal revisions of blaze-builder-enumerator-0.2.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name          : blaze-builder-enumerator-Version       : 0.2.1.0-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 <iridcode@gmail.com>-Maintainer    : Simon Meier <iridcode@gmail.com>-Copyright     : Copyright (c) 2010, 2011 Simon Meier--                original package by Thomas Sutton <me@thomas-sutton.id.au>--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--Flag newbuilder-  default: True-  description: Use bytestring-builder instead of blaze-builder <0.3-  manual: False--Library-  GHC-options: -Wall-  Build-depends:-      base          >= 4       && < 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--  if flag(newbuilder)-      Build-depends:-          bytestring-builder >= 0.10.4 && <0.11-        , blaze-builder >= 0.2.1.4 && <0.5-  else-      Build-depends:-          blaze-builder >= 0.3 && <0.4+Name          : blaze-builder-enumerator
+Version       : 0.2.1.0
+x-revision: 1
+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 <iridcode@gmail.com>
+Maintainer    : Simon Meier <iridcode@gmail.com>
+Copyright     : Copyright (c) 2010, 2011 Simon Meier
+
+                original package by Thomas Sutton <me@thomas-sutton.id.au>
+
+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
+
+Flag newbuilder
+  default: True
+  description: Use bytestring-builder instead of blaze-builder <0.3
+  manual: False
+
+Library
+  GHC-options: -Wall
+  Build-depends:
+      base          >= 4       && < 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
+
+  if flag(newbuilder)
+      Build-depends:
+          bytestring-builder >= 0.10.4 && <0.11
+        , blaze-builder >= 0.4 && <0.5
+  else
+      Build-depends:
+          blaze-builder >= 0.2.1.4 && <0.4