clock-0.1.1: clock.cabal
Name: clock
Version: 0.1.1
License: BSD3
License-file: COPYING
Copyright: (c) 2009 Cetin Sert
Author: Cetin Sert <cetin@sertcom.de>
Maintainer: Cetin Sert <cetin@sertcom.de>
Homepage: http://sert.homedns.org/hs/clock/
Category: System
Synopsis: low-level binding to time.h: clock_gettime and clock_getres
Description: low-level binding to time.h: clock_gettime and clock_getres.
clock_settime will be added in later versions.
Stability: Experimental
Build-type: Simple
Build-depends: base >= 2 && < 5
Exposed-Modules: System.CPUTime.Clock
Extensions: ForeignFunctionInterface
C-sources: csec/clock.c
Include-dirs: csec
Install-includes: clock.h
ghc-options: -O2 -Wall -fglasgow-exts