~ubuntu-branches/ubuntu/quantal/haskell-gnuidn/quantal

« back to all changes in this revision

Viewing changes to gnuidn.cabal

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-03-05 16:39:11 UTC
  • Revision ID: package-import@ubuntu.com-20120305163911-goj32p9qikqfucb4
Tags: upstream-0.2
ImportĀ upstreamĀ versionĀ 0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: gnuidn
 
2
version: 0.2
 
3
stability: experimental
 
4
synopsis: Bindings for GNU IDN
 
5
license: GPL-3
 
6
license-file: license.txt
 
7
author: John Millikin
 
8
maintainer: jmillikin@gmail.com
 
9
build-type: Simple
 
10
cabal-version: >=1.6
 
11
category: Codec, Text
 
12
bug-reports: mailto:jmillikin@gmail.com
 
13
homepage: http://john-millikin.com/software/bindings/gnuidn/
 
14
tested-with: GHC==6.12.1
 
15
 
 
16
source-repository head
 
17
  type: bazaar
 
18
  location: http://john-millikin.com/software/bindings/gnuidn/
 
19
 
 
20
library
 
21
  ghc-options: -Wall
 
22
 
 
23
  build-depends:
 
24
      base >= 3 && < 5
 
25
    , text
 
26
    , bytestring
 
27
 
 
28
  extra-libraries: idn
 
29
  pkgconfig-depends: libidn
 
30
 
 
31
  build-tools:
 
32
    c2hs
 
33
 
 
34
  exposed-modules:
 
35
    Data.Text.IDN.IDNA
 
36
    Data.Text.IDN.Punycode
 
37
    Data.Text.IDN.StringPrep
 
38
 
 
39
  other-modules:
 
40
    Data.Text.IDN.Internal