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

{ cabal, time }:

cabal.mkDerivation (self: {
  pname = "system-time-monotonic";
  version = "0.2";
  sha256 = "0f5grhh6x2fbawmdk0gq1nsjz47iz8f8r2592d1l69fqddwdhc3v";
  buildDepends = [ time ];
  meta = {
    homepage = "https://github.com/joeyadams/haskell-system-time-monotonic";
    description = "Simple library for using the system's monotonic clock";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})