
New patches:

[allow tilde in hackage server URIs
Nicolas Frisby <nicolas.frisby@gmail.com>**20080623161255] {
hunk ./Hackage/Config.hs 279
-               uriStr <- munch1 (\c -> isAlphaNum c || c `elem` "+-=._/*()@'$:;&!?")
+               uriStr <- munch1 (\c -> isAlphaNum c || c `elem` "+-=._/*()@'$:;&!?~")
}

Context:

[Add initial build logging, based on reporting code
Duncan Coutts <duncan@haskell.org>**20080619233341] 
[Fix the upload command message about the location of the config file
Duncan Coutts <duncan@haskell.org>**20080618201737] 
[TAG 0.5.1
Duncan Coutts <duncan@haskell.org>**20080617154034] 
Patch bundle hash:
caefba81da231e5229a9ad5ef40d8c5cd95f4830
