From: pho Date: Thu, 10 Jan 2008 10:07:14 +0000 (+0900) Subject: forgot to re-export AuthChallenge and AuthCredential X-Git-Tag: RELEASE-0_2_1~12 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=commitdiff_plain;h=2096ec171ed440365d1cd78321e1085883a6dd1b forgot to re-export AuthChallenge and AuthCredential darcs-hash:20080110100714-62b54-0c17648d2559cc4dfe10db65d8a69e89acd79afd.gz --- diff --git a/Network/HTTP/Lucu.hs b/Network/HTTP/Lucu.hs index 14cb770..54a9fdc 100644 --- a/Network/HTTP/Lucu.hs +++ b/Network/HTTP/Lucu.hs @@ -62,6 +62,10 @@ module Network.HTTP.Lucu -- *** MIME Type , MIMEType(..) + + -- *** Authorization + , AuthChallenge(..) + , AuthCredential(..) -- * Utility @@ -71,6 +75,7 @@ module Network.HTTP.Lucu where import Network.HTTP.Lucu.Abortion +import Network.HTTP.Lucu.Authorization import Network.HTTP.Lucu.Config import Network.HTTP.Lucu.ETag import Network.HTTP.Lucu.Httpd