X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=Network%2FHTTP%2FLucu%2FMIMEType%2FTH.hs;h=7cdf24497637c4ef081749f9ed88466de307ff56;hp=1aae0b4a1accfadcf4e6b24dcd98ff831be541a3;hb=b1fac0a;hpb=5e561403ba8ad9c440cc2bf2bacb61ebc3c7a111 diff --git a/Network/HTTP/Lucu/MIMEType/TH.hs b/Network/HTTP/Lucu/MIMEType/TH.hs index 1aae0b4..7cdf244 100644 --- a/Network/HTTP/Lucu/MIMEType/TH.hs +++ b/Network/HTTP/Lucu/MIMEType/TH.hs @@ -2,6 +2,7 @@ UnicodeSyntax , ViewPatterns #-} +-- |A module to provide 'QuasiQuoter' for 'MIMEType' literals. module Network.HTTP.Lucu.MIMEType.TH ( mimeType ) @@ -15,11 +16,11 @@ import Network.HTTP.Lucu.MIMEType hiding (mimeType) import Network.HTTP.Lucu.Utils import Prelude.Unicode --- |A 'QuasiQuoter' for 'MIMEType' literals. +-- |'QuasiQuoter' for 'MIMEType' literals. -- -- @ -- textPlain :: 'MIMEType' --- textPlain = ['mimeType'| text/plain; charset="UTF-8" |] +-- textPlain = ['mimeType'| text/plain; charset=\"UTF-8\" |] -- @ mimeType ∷ QuasiQuoter mimeType = QuasiQuoter {