packages feed

idna-0.2: idna.cabal

Name: idna
Version: 0.2
Description: Implements IDNA - Internationalized Domain Names in Applications (RFC 3490).
Synopsis: Implements IDNA (RFC 3490).
License: BSD3
Author: George Pollard <porges@porg.es>
Maintainer: George Pollard <porges@porg.es>
Build-Type: Simple
Cabal-Version: >=1.6
License-file: LICENSE
Category: Data, Text, RFC

Library
 Build-Depends: base >= 4.3 && < 5, stringprep>=0.1.2, text>=0.1, punycode>=2.0
 Exposed-modules: Text.IDNA
 ghc-options: -O2 -Wall

source-repository head
    type: git
    location: https://github.com/Porges/idna-hs