]> gitweb @ CieloNegro.org - Lucu.git/commitdiff
forgot to re-export AuthChallenge and AuthCredential
authorpho <pho@cielonegro.org>
Thu, 10 Jan 2008 10:07:14 +0000 (19:07 +0900)
committerpho <pho@cielonegro.org>
Thu, 10 Jan 2008 10:07:14 +0000 (19:07 +0900)
darcs-hash:20080110100714-62b54-0c17648d2559cc4dfe10db65d8a69e89acd79afd.gz

Network/HTTP/Lucu.hs

index 14cb770a8ddbd65a6a3f6d89a92d94d38b90589a..54a9fdc8b7793460583335c4436c2e80a08155f4 100644 (file)
@@ -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