File: Punycode.hs

package info (click to toggle)
haskell-punycode 2.0-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 76 kB
  • sloc: haskell: 348; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (5)
1
2
3
4
module Data.Text.Punycode (encode, PunycodeDecodeException (..), decode) where

import Data.Text.Punycode.Encode (encode)
import Data.Text.Punycode.Decode (PunycodeDecodeException (..), decode)