diff --git a/Data/Encoding/ISO88591.hs b/Data/Encoding/ISO88591.hs index fa48313..fcb0a5f 100644 --- a/Data/Encoding/ISO88591.hs +++ b/Data/Encoding/ISO88591.hs @@ -1,4 +1,6 @@ {-# LANGUAGE DeriveDataTypeable #-} +{- | Implements ISO\/IEC 8859-1 alias latin-1 encoding. See for further information. + -} module Data.Encoding.ISO88591 where import Control.Throws