packages feed

strptime-0.1.1: strptime.cabal

Name: strptime
Category: System, Data, Parsing
Version: 0.1.1
Cabal-version: >= 1.2
Build-type: Simple
Copyright: Eugene Kirpichov
Maintainer: ekirpichov@gmail.com    
Author: Eugene Kirpichov
License: BSD3
License-File: LICENSE
Synopsis: Efficient parsing of LocalTime using a binding to C's strptime
Description:
  This library provides a binding to strptime, that allows to parse 
  dates and times from strings and strict/lazy bytestrings. The library
  creates LocalTime values.

Flag split-base

Library
  Build-Depends: time, bytestring
  if flag(split-base)
    Build-depends: base >= 3.0 && < 4.0
  else
    Build-depends: base < 3.0
  Exposed-modules: Data.Time.Parse