packages feed

korea-holidays-0.1.0.4: korea-holidays.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1ff53d702584511d74ad7fbc539d9d7d85ff9658bf45d65dd41dff59e67d4310

name:           korea-holidays
version:        0.1.0.4
synopsis:       Korea Holidays
description:    Please see the README on GitHub at <https://github.com/kkweon/korea-holidays#readme>
category:       Time
homepage:       https://github.com/kkweon/korea-holidays#readme
bug-reports:    https://github.com/kkweon/korea-holidays/issues
author:         Kyung Mo Kweon
maintainer:     kkweon@gmail.com
copyright:      2019 Kyung Mo Kweon
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
data-files:
    data/ko_holidays.yaml

source-repository head
  type: git
  location: https://github.com/kkweon/korea-holidays

library
  exposed-modules:
      Data.Holiday.Korea
      Data.Holiday.Model
  other-modules:
      Util.Config
      Paths_korea_holidays
  hs-source-dirs:
      src
  build-depends:
      aeson
    , base >=4.7 && <5
    , monad-extras
    , split
    , template-haskell
    , time
    , yaml
  default-language: Haskell2010

test-suite korea-holidays-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Data.Holiday.KoreaSpec
      Paths_korea_holidays
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson
    , base >=4.7 && <5
    , hspec
    , korea-holidays
    , monad-extras
    , split
    , template-haskell
    , time
    , yaml
  default-language: Haskell2010