]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/ETag.hs
Fixed breakage on GHC 6.10.1
[Lucu.git] / Network / HTTP / Lucu / ETag.hs
index 20fa0476f27057611f1ac7eb85880f19d175c623..d607ad12db4d2fa22ec529a2f0456f9c7e4644f7 100644 (file)
@@ -1,4 +1,4 @@
--- #prune
+{-# OPTIONS_HADDOCK prune #-}
 
 -- |Manipulation of entity tags.
 module Network.HTTP.Lucu.ETag
@@ -12,7 +12,7 @@ module Network.HTTP.Lucu.ETag
 
 import           Control.Monad
 import           Network.HTTP.Lucu.Parser
-import           Network.HTTP.Lucu.Parser.Http
+import           Network.HTTP.Lucu.Parser.Http hiding (token)
 import           Network.HTTP.Lucu.Utils
 
 -- |An entity tag is made of a weakness flag and a opaque string.