Skip to content

Commit

Permalink
Export headerMap from Network.HTTP.Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sof committed Nov 14, 2009
1 parent 238225a commit b122e49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
@@ -1,3 +1,8 @@
Version 4004.0.9: release 2009-

* Export headerMap from Network.HTTP.Headers
(suggested by David Leuschner.)

Version 4004.0.8: release 2009-08-05

* Incorporated proxy setting lookup and parsing contribution
Expand Down
2 changes: 1 addition & 1 deletion HTTP.cabal
@@ -1,5 +1,5 @@
Name: HTTP
Version: 4000.0.8
Version: 4000.0.9
Cabal-Version: >= 1.2
Build-type: Simple
License: BSD3
Expand Down
2 changes: 2 additions & 0 deletions Network/HTTP/Headers.hs
Expand Up @@ -36,6 +36,8 @@ module Network.HTTP.Headers
, parseHeader -- :: parseHeader :: String -> Result Header
, parseHeaders -- :: [String] -> Result [Header]

, headerMap -- :: :: [(String, HeaderName)]

, HeaderSetter
) where

Expand Down

0 comments on commit b122e49

Please sign in to comment.