packages feed

hebrew-time-0.1.2: hebrew-time.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5d1b5bb50ee77597dd672f23ac3bdc6bad8c8b8ab5af83930b43c3234d40544d

name:           hebrew-time
version:        0.1.2
synopsis:       Hebrew dates and prayer times.
description:    Conversion to and from Hebrew dates.
category:       Data
homepage:       https://github.com/snoyberg/hebrew-time#readme
bug-reports:    https://github.com/snoyberg/hebrew-time/issues
author:         Michael Snoyman <michael@snoyman.com>
maintainer:     Michael Snoyman <michael@snoyman.com>
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

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

library
  exposed-modules:
      Data.Time.Calendar.Hebrew
      Data.Time.Calendar.Hebrew.Internal
  other-modules:
      Paths_hebrew_time
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.9 && <5
    , time >=1.6
  default-language: Haskell2010

test-suite runtests
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Data.Time.Calendar.HebrewSpec
      Paths_hebrew_time
  hs-source-dirs:
      test
  ghc-options: -Wall
  build-depends:
      QuickCheck
    , base >=4.9 && <5
    , hebrew-time
    , hspec
    , time >=1.6
  default-language: Haskell2010