live-stats-0.1.0.0: live-stats.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.38.2.
--
-- see: https://github.com/sol/hpack
name: live-stats
version: 0.1.0.0
synopsis: A reusable run-time stats module.
license: BSD3
license-file: LICENSE
author: Ozgun Ataman
maintainer: alexander.shestakov@soostone.com
copyright: 2014, Soostone Inc
category: Control
build-type: Simple
library
exposed-modules:
LiveStats
other-modules:
Paths_live_stats
build-depends:
base >=4.19 && <=5
, relude
, time
hs-source-dirs:
src
default-extensions:
OverloadedStrings
NoFieldSelectors
NoImplicitPrelude
ghc-options: -Wall
default-language: GHC2024