From 3ca44e1bfb9608b59ccc095bb86db8eb0effaec0 Mon Sep 17 00:00:00 2001
From: Daniel Wagner <daniel@wagner-home.com>
Date: Thu, 21 Oct 2010 22:13:38 -0400
Subject: [PATCH 2/2] gotta bump the version number
The previous patch changes the Stream.close and HStream.close APIs,
adding a boolean indicating EOF'd streams. Because of this API change,
the versioning policy says we've got to bump at least the minor version
number.
---
HTTP.cabal | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/HTTP.cabal b/HTTP.cabal
index fdf9791..fce0735 100644
|
a
|
b
|
|
| 1 | 1 | Name: HTTP |
| 2 | | Version: 4000.0.10 |
| | 2 | Version: 4000.1.0 |
| 3 | 3 | Cabal-Version: >= 1.2 |
| 4 | 4 | Build-type: Simple |
| 5 | 5 | License: BSD3 |