packages feed

vcard-0.1.4: vcard.cabal

name:           vcard
version:        0.1.4
author:         Mathieu Boespflug
maintainer:     Mathieu Boespflug <mboes - at - tweag.net>
homepage:       http://github.com/mboes/vCard
synopsis:       A library for parsing/printing vCards from/to various formats.
description:
        A library for parsing\/printing vCards from\/to various formats.
        Currently only vCard 3.0 defined in RFC 2426 is supported.
category:       Text
license:        LGPL
license-file:   LICENSE
copyright:      (c) 2008. Mathieu Boespflug <mboes - at - tweag.net>
cabal-version:  >= 1.6.0
build-type:     Simple
tested-with:    GHC ==6.10, GHC ==6.12, GHC ==7

library
    extensions:      OverloadedStrings, PatternGuards
    build-depends:   base >= 3 && < 5, containers, bytestring >= 0.9,
                     mime-directory >= 0.1
    exposed-modules: Text.VCard
                     Text.VCard.Types
                     Text.VCard.Query
                     Text.VCard.Selectors
                     Text.VCard.Format.Directory

source-repository head
  type:     git
  location: git://github.com/mboes/vCard