packages feed

uniform-time-0.1.5.1: uniform-time.cabal

cabal-version: 2.2

-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 99216249928637a96553d131e041b3a331fad0266ade5069b2f01aa5e40b485e

name:           uniform-time
version:        0.1.5.1
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
homepage:       https://github.com/github.com:andrewufrank/uniform-time.git#readme
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

source-repository head
  type: git
  location: https://github.com/github.com:andrewufrank/uniform-time.git

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 >=0.1.5
    , uniform-error >=0.1.5
    , uniform-strings >=0.1.5
  default-language: Haskell2010
  autogen-modules: Paths_uniform_time