From f1a2889bfe70e0bd4f871106160357287e881fbe Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Sat, 15 Jul 2017 16:11:32 -0700 Subject: [PATCH] fix a typo in the cabal file --- encoding.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoding.cabal b/encoding.cabal index b1e9c6e..a862ccd 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -6,7 +6,7 @@ License: BSD3 License-File: LICENSE Synopsis: A library for various character encodings Description: - Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunatly, there's no possibility to read or write something to the outer world in an encoding other than ascii due to the lack of support for encodings. This library should help with that. + Haskell has excellect handling of unicode, the Char type covers all unicode chars. Unfortunately, there's no possibility to read or write something to the outer world in an encoding other than ascii due to the lack of support for encodings. This library should help with that. Category: Codec Homepage: http://code.haskell.org/encoding/ Cabal-Version: >=1.6