summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/clock/default.nix
blob: 3c064d1db2d387ad0921cda437337915d82df296 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "clock";
  version = "0.4.0.1";
  sha256 = "1bn6dalank30l680iifyam0mg9izxbyscgq0vmr1aw5brba5kv6j";
  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;
  };
})