15 lines
462 B
Nix
15 lines
462 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "clock";
|
|
version = "0.4.1.3";
|
|
sha256 = "0wqhg8gb10lby01f0v4fl4yp23l4ilizywp5xnsbja03svnb4f0d";
|
|
meta = {
|
|
homepage = "http://corsis.github.com/clock/";
|
|
description = "High-resolution clock functions: monotonic, realtime, cputime";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|