packages feed

validity-time-0.2.0.0: validity-time.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 30cee3611d040b2784cf1196ad3d9a0e5181ae26feac32371baee9c241975e8e

name:           validity-time
version:        0.2.0.0
synopsis:       Validity instances for time
description:    Please see README.md
category:       Validity
homepage:       https://github.com/NorfairKing/validity#readme
bug-reports:    https://github.com/NorfairKing/validity/issues
author:         Tom Sydney Kerckhove
maintainer:     syd.kerckhove@gmail.com
copyright:      Copyright: (c) 2017-2018 Tom Sydney Kerckhove
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/NorfairKing/validity

library
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , time
    , validity >=0.5 && <0.6
  exposed-modules:
      Data.Validity.Time
      Data.Validity.Time.Calendar
      Data.Validity.Time.Clock
      Data.Validity.Time.Format
      Data.Validity.Time.LocalTime
  other-modules:
      Paths_validity_time
  default-language: Haskell2010