hebrew-time-0.0.0: hebrew-time.cabal
name: hebrew-time
version: 0.0.0
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Hebrew dates and prayer times.
description: Conversion to and from Hebrew dates.
category: Data
stability: unstable
cabal-version: >= 1.2
build-type: Simple
homepage: http://github.com/snoyberg/hebrew-time/tree/master
library
build-depends: base >= 4 && < 5,
time >= 1.1.3,
test-framework,
test-framework-quickcheck,
test-framework-hunit,
HUnit,
QuickCheck >= 1 && < 2,
bytestring-class,
data-object >= 0.0.2
exposed-modules: Data.Time.Calendar.Hebrew
ghc-options: -Wall