File: time-manager.cabal

package info (click to toggle)
haskell-time-manager 0.0.1-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56 kB
  • sloc: haskell: 98; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 721 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Name:                time-manager
Version:             0.0.1
Synopsis:            Scalable timer
License:             MIT
License-file:        LICENSE
Author:              Michael Snoyman and Kazu Yamamoto
Maintainer:          kazu@iij.ad.jp
Homepage:            http://github.com/yesodweb/wai
Category:            System
Build-Type:          Simple
Cabal-Version:       >=1.10
Stability:           Stable
Description:         Scalable timer functions provided by a timer manager.

Library
  Build-Depends:     base                      >= 4.12       && < 5
                   , auto-update
                   , unliftio
  Default-Language:  Haskell2010
  Exposed-modules:   System.TimeManager
  Ghc-Options:       -Wall