packages feed

vformat-time-0.1.0.0: vformat-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: 6b8cc46edeff772798f6c1f42bf0f2d5b6365fb37b939d2bebe7c5b9c3233b38

name:           vformat-time
version:        0.1.0.0
synopsis:       Extend vformat to time datatypes
description:    Please see http://hackage.haskell.org/package/vformat-time
category:       Text, Format, Time
homepage:       https://github.com/versioncloud/vformat-time#readme
bug-reports:    https://github.com/versioncloud/vformat-time/issues
author:         Jorah Gao
maintainer:     jorah@version.cloud
copyright:      Copyright (c) 2020 Version Cloud
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/versioncloud/vformat-time

library
  exposed-modules:
      Text.Format.Time
  other-modules:
      Paths_vformat_time
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , time >=1.4 && <2.0
    , vformat >=0.12 && <1.0
  default-language: Haskell2010

test-suite vformat-time-test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_vformat_time
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -O0
  build-depends:
      base >=4.7 && <5
    , time >=1.4 && <2.0
    , vformat >=0.12 && <1.0
    , vformat-time
  default-language: Haskell2010