diff options
author | Raúl Benencia <rul@kalgan.cc> | 2013-07-28 16:10:55 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2013-07-28 16:10:55 -0300 |
commit | e6217fe535e298f8f8e17c9642f088277b90c8ba (patch) | |
tree | 827e1a71c5fb33a6b6d9ef2aa8cf0778b90c8dcd | |
parent | 180c539ec1fc6b2f698951842da8486638a03c4c (diff) |
added some warnings
-rw-r--r-- | Rfc1342.hs | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ --- A simple RFC1342 decoder +-- A simple Haskell RFC1342 decoder -- Copyright (C) 2013 Raúl Benencia <rul@kalgan.cc> -- -- This program is free software: you can redistribute it and/or modify @@ -15,7 +15,8 @@ -- along with this program. If not, see <http://www.gnu.org/licenses/>. 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 |