Name: posix-timer Version: 0.3.0.2 Category: System Stability: experimental Synopsis: Bindings to POSIX clock and timer functions. Description: This package provides bindings to POSIX clock and timer functions. Homepage: https://github.com/mvv/posix-timer Bug-Reports: https://github.com/mvv/posix-timer/issues Author: Mikhail Vorozhtsov Maintainer: Mikhail Vorozhtsov Copyright: 2010 Mikhail Vorozhtsov License: BSD3 License-File: LICENSE Extra-Source-Files: include/posix-timer.macros.h README.md Tested-With: GHC==7.0.4, GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.8, GHC==9.4.8, GHC==9.6.6, GHC==9.8.4, GHC==9.10.1, GHC==9.12.1 Cabal-Version: >= 1.10.0 Build-Type: Simple Source-Repository head Type: git Location: https://github.com/mvv/posix-timer.git Library Default-Language: Haskell2010 Build-Depends: base < 5, unix, transformers-base >= 0.3 Hs-Source-Dirs: src Include-Dirs: include GHC-Options: -Wall Exposed-Modules: System.Posix.Clock System.Posix.Timer