packages feed

Cabal revisions of blaze-builder-0.2.1.4

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

revision 1
-Name:                blaze-builder-Version:             0.2.1.4-Synopsis:            Efficient buffered output.--Description:         -                     This library provides an abstraction of buffered output of-                     byte streams and several convenience functions to exploit-                     it. For example, it allows to efficiently serialize-                     Haskell values to lazy bytestrings with a large average-                     chunk size. The large average chunk size allows to make-                     good use of cache prefetching in later processing steps-                     (e.g. compression) and reduces the sytem call overhead-                     when writing the resulting lazy bytestring to a file or-                     sending it over the network.--Author:              Jasper Van der Jeugt, Simon Meier-Copyright:           2010 Simon Meier-                     2010 Jasper Van der Jeugt-Maintainer:          Simon Meier <iridcode@gmail.com>--License:             BSD3-License-file:        LICENSE--Homepage:            http://github.com/meiersi/blaze-builder-Bug-Reports:         http://github.com/meiersi/blaze-builder/issues-Stability:           Experimental--Category:            Data-Build-type:          Simple-Cabal-version:       >= 1.6--Extra-source-files:  -                     Makefile-                     README.markdown-                     TODO-                     CHANGES--                     benchmarks/*.hs-                     benchmarks/Throughput/*.hs-                     benchmarks/Throughput/*.h-                     benchmarks/Throughput/*.c--                     tests/*.hs--Source-repository head-  Type: git-  Location: https://github.com/meiersi/blaze-builder.git--Library-  ghc-options:       -Wall--  exposed-modules:   Blaze.ByteString.Builder-                     Blaze.ByteString.Builder.Int-                     Blaze.ByteString.Builder.Word-                     Blaze.ByteString.Builder.ByteString-                     Blaze.ByteString.Builder.Char.Utf8-                     Blaze.ByteString.Builder.Char8-                     Blaze.ByteString.Builder.Html.Utf8-                     Blaze.ByteString.Builder.HTTP--                     Blaze.ByteString.Builder.Internal-                     Blaze.ByteString.Builder.Internal.Write-                     Blaze.ByteString.Builder.Internal.Types-                     Blaze.ByteString.Builder.Internal.Buffer--  other-modules:     Blaze.ByteString.Builder.Internal.UncheckedShifts-  -  build-depends:     base == 4.* ,-                     bytestring == 0.9.* ,-                     text >= 0.10 && < 0.12+Name:                blaze-builder
+Version:             0.2.1.4
+x-revision: 1
+Synopsis:            Efficient buffered output.
+
+Description:         
+                     This library provides an abstraction of buffered output of
+                     byte streams and several convenience functions to exploit
+                     it. For example, it allows to efficiently serialize
+                     Haskell values to lazy bytestrings with a large average
+                     chunk size. The large average chunk size allows to make
+                     good use of cache prefetching in later processing steps
+                     (e.g. compression) and reduces the sytem call overhead
+                     when writing the resulting lazy bytestring to a file or
+                     sending it over the network.
+
+Author:              Jasper Van der Jeugt, Simon Meier
+Copyright:           2010 Simon Meier
+                     2010 Jasper Van der Jeugt
+Maintainer:          Simon Meier <iridcode@gmail.com>
+
+License:             BSD3
+License-file:        LICENSE
+
+Homepage:            http://github.com/meiersi/blaze-builder
+Bug-Reports:         http://github.com/meiersi/blaze-builder/issues
+Stability:           Experimental
+
+Category:            Data
+Build-type:          Simple
+Cabal-version:       >= 1.6
+
+Extra-source-files:  
+                     Makefile
+                     README.markdown
+                     TODO
+                     CHANGES
+
+                     benchmarks/*.hs
+                     benchmarks/Throughput/*.hs
+                     benchmarks/Throughput/*.h
+                     benchmarks/Throughput/*.c
+
+                     tests/*.hs
+
+Source-repository head
+  Type: git
+  Location: https://github.com/meiersi/blaze-builder.git
+
+Library
+  ghc-options:       -Wall
+
+  exposed-modules:   Blaze.ByteString.Builder
+                     Blaze.ByteString.Builder.Int
+                     Blaze.ByteString.Builder.Word
+                     Blaze.ByteString.Builder.ByteString
+                     Blaze.ByteString.Builder.Char.Utf8
+                     Blaze.ByteString.Builder.Char8
+                     Blaze.ByteString.Builder.Html.Utf8
+                     Blaze.ByteString.Builder.HTTP
+
+                     Blaze.ByteString.Builder.Internal
+                     Blaze.ByteString.Builder.Internal.Write
+                     Blaze.ByteString.Builder.Internal.Types
+                     Blaze.ByteString.Builder.Internal.Buffer
+
+  other-modules:     Blaze.ByteString.Builder.Internal.UncheckedShifts
+  
+  build-depends:     base >= 4 && < 4.7 ,
+                     bytestring == 0.9.* ,
+                     text >= 0.10 && < 0.12