iCalendar-0.1: iCalendar.cabal
name: iCalendar
version: 0.1
synopsis: iCalendar data types, parser, and printer.
description: Data definitions, parsing and printing of the iCalendar
format (RFC5545).
homepage: http://github.com/tingtun/iCalendar
bug-reports: http://github.com/tingtun/iCalendar/issues
license: BSD3
license-file: LICENSE
author: Christian Rødli Amble
maintainer: cra+code@cra.no
copyright: (c) Tingtun
stability: experimental
category: Text
build-type: Simple
tested-with: GHC==7.6.1
cabal-version: >=1.8
source-repository head
type: git
location: git://github.com/tingtun/iCalendar.git
library
exposed-modules: Text.ICalendar.Types
, Text.ICalendar.Parser
, Text.ICalendar.Printer
, Text.ICalendar
other-modules: Text.ICalendar.Parser.Common
, Text.ICalendar.Parser.Components
, Text.ICalendar.Parser.Content
, Text.ICalendar.Parser.Parameters
, Text.ICalendar.Parser.Properties
build-depends: base ==4.*, time ==1.4.*, data-default >=0.3
, case-insensitive ==0.4.*, network ==2.4.*
, bytestring >=0.10 && < 0.11, parsec ==3.1.*
, text, containers >= 0.4 && < 0.6, mime ==0.3.*
, mtl ==2.1.*, old-locale, base64-bytestring ==1.0.*
ghc-options: -Wall