From e6217fe535e298f8f8e17c9642f088277b90c8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sun, 28 Jul 2013 16:10:55 -0300 Subject: added some warnings --- Rfc1342.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Rfc1342.hs b/Rfc1342.hs index 2699a26..2e988b9 100644 --- a/Rfc1342.hs +++ b/Rfc1342.hs @@ -1,4 +1,4 @@ --- A simple RFC1342 decoder +-- A simple Haskell RFC1342 decoder -- Copyright (C) 2013 Raúl Benencia -- -- This program is free software: you can redistribute it and/or modify @@ -15,7 +15,8 @@ -- along with this program. If not, see . module Rfc1342 (decodeField) where --- This module is an ugly hack. You've been warned. +-- This module is an ugly hack. It has been poorly tested and it'll +-- probably blow up in your face. You've been warned. import qualified Codec.Binary.Base64 as B64 import qualified Codec.Binary.QuotedPrintable as QP -- cgit v1.2.3