]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/MIMEType/DefaultExtensionMap.hs
Supplession of unneeded imports
[Lucu.git] / Network / HTTP / Lucu / MIMEType / DefaultExtensionMap.hs
index cdeb0e84e82c4421317c04f8b598f143beda8806..6d33cd602f093f503eb6be4b98c2f6f78fbc9511 100644 (file)
@@ -1,14 +1,18 @@
+-- |This module is automatically generated from data\/mime.types.
+-- 'defaultExtensionMap' contains every possible pairs of an extension
+-- and a MIME Type.
+
 {- !!! WARNING !!!
-   This file is automatically generated from data/mime.types.
+   This file is automatically generated.
    DO NOT EDIT BY HAND OR YOU WILL REGRET -}
 
 module Network.HTTP.Lucu.MIMEType.DefaultExtensionMap
        (defaultExtensionMap) where
 import Network.HTTP.Lucu.MIMEType
+import Network.HTTP.Lucu.MIMEType.Guess
 import qualified Data.Map as M
-import Data.Map (Map)
  
-defaultExtensionMap :: Map String MIMEType
+defaultExtensionMap :: ExtMap
 defaultExtensionMap
   = M.fromList
       [("3gp", "application" </> "x-3gp"), ("669", "audio" </> "x-mod"),