Set homepage in cabal-file

darcs-hash:20070802095742-a4fee-ac95805e5fdc433ba76c5b2467f54b2034ee1358
This commit is contained in:
Henning Guenther 2007-08-02 02:57:42 -07:00
parent 96738efeeb
commit 9764bac998

View File

@ -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