X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fharbl.git;a=blobdiff_plain;f=harbl%2Fsrc%2FNetwork%2FDNS%2FRBL%2FDomain%2FLabel.hs;h=b26551c96be9f95436d7c52e5bb135bff7ac5cb1;hp=fb98cd8f5f83f0345eb50ccc64d550e3865be06f;hb=61f36036df1f2168b5765b86c8cf7f24a3d433a1;hpb=a9e293c277eebd06b4916a54342a866aba20ef4f diff --git a/harbl/src/Network/DNS/RBL/Domain/Label.hs b/harbl/src/Network/DNS/RBL/Domain/Label.hs index fb98cd8..b26551c 100644 --- a/harbl/src/Network/DNS/RBL/Domain/Label.hs +++ b/harbl/src/Network/DNS/RBL/Domain/Label.hs @@ -1,4 +1,4 @@ --- | This module contains the 'Letter' type and a Parsec parser to +-- | This module contains the 'Label' type and a Parsec parser to -- parse one. We don't export its constructor because then you could -- do something dumb like stick a period inside one. --