From 9764bac99834a5dd6dfd1f69aedc9d81468c35de Mon Sep 17 00:00:00 2001 From: Henning Guenther Date: Thu, 2 Aug 2007 02:57:42 -0700 Subject: [PATCH] Set homepage in cabal-file darcs-hash:20070802095742-a4fee-ac95805e5fdc433ba76c5b2467f54b2034ee1358 --- encoding.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/encoding.cabal b/encoding.cabal index 2333f27..6adc3a6 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -8,6 +8,7 @@ Stability: alpha 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. Category: Codec +Homepage: http://code.haskell.org/encoding/ Build-Depends: base, template-haskell Extensions: TemplateHaskell,CPP,ExistentialQuantification C-Sources: system_encoding.c