uniform-time-0.1.3: uniform-time.cabal
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 13f487a625ea09756a27298c3d91fba548ea98027bdb5f97b7fe0a4d42afbff0
name: uniform-time
version: 0.1.3
synopsis: Time in the uniform framework
description: A very small package for time
.
bridges between function on
.
- UTCTime
.
- EpochTime
.
with an `IsString` for UTCTime
.
added stack build lts 19.16 for ghc 9.0.2
.
Please see the README on GitHub at <https://github.com/andrewufrank/uniform-time/readme>
category: Time Uniform
bug-reports: https://github.com/andrewufrank/uniform-time/issues
author: Andrew Frank
maintainer: Andrew U. Frank <uniform@gerastree.at>
copyright: 2021 Andrew U. Frank
license: GPL-2.0-only
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
library
exposed-modules:
Uniform.Time
other-modules:
Paths_uniform_time
hs-source-dirs:
./
build-depends:
base >=4.7 && <5
, convertible
, monads-tf
, time
, uniform-algebras
, uniform-error
, uniform-strings
default-language: Haskell2010
autogen-modules: Paths_uniform_time