blaze-builder-enumerator 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+3/−2 lines, 2 filesdep ~blaze-builderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-builder
API changes (from Hackage documentation)
Files
- LICENSE +1/−0
- blaze-builder-enumerator.cabal +2/−2
LICENSE view
@@ -2,6 +2,7 @@ where otherwise indicated. Copyright 2010, Thomas Sutton. All rights reserved.+Copyright 2011, Simon Meier. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
blaze-builder-enumerator.cabal view
@@ -1,5 +1,5 @@ Name : blaze-builder-enumerator-Version : 0.2.0.1+Version : 0.2.0.2 Synopsis : Enumeratees for the incremental conversion of builders to bytestrings. Description :@@ -32,7 +32,7 @@ GHC-options: -Wall Build-depends: base >= 4 && < 5- , blaze-builder >= 0.2.1 && < 0.3+ , blaze-builder >= 0.2.1.4 && < 0.4 , bytestring >= 0.9 && < 0.10 , enumerator >= 0.4.3.1 && < 0.5 , transformers >= 0.2 && < 0.3