packages feed

hebrew-time-0.1.1: hebrew-time.cabal

name:            hebrew-time
version:         0.1.1
license:         MIT
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:       stable
cabal-version:   >= 1.10
build-type:      Simple
homepage:        https://github.com/snoyberg/hebrew-time

library
    build-depends:   base >= 4 && < 5,
                     time >= 1.1.3
    exposed-modules: Data.Time.Calendar.Hebrew
    ghc-options:     -Wall
    default-language: Haskell98

test-suite runtests
    type: exitcode-stdio-1.0
    default-language: Haskell98
    cpp-options:     -DTEST
    build-depends:   test-framework,
                     test-framework-quickcheck2,
                     test-framework-hunit,
                     HUnit,
                     base,
                     time,
                     QuickCheck >= 2 && < 3
    ghc-options:     -Wall
    main-is:         runtests.hs

source-repository head
  type:     git
  location: git://github.com/snoyberg/hebrew-time.git