23 lines
607 B
Nix
23 lines
607 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, deepseq, QuickCheck, testFramework
|
|
, testFrameworkQuickcheck2
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "time";
|
|
version = "1.5";
|
|
sha256 = "0vj82msx650z473inhr8yav7k38zj7096wam477y77wardx57pdc";
|
|
buildDepends = [ deepseq ];
|
|
testDepends = [
|
|
deepseq QuickCheck testFramework testFrameworkQuickcheck2
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "https://github.com/haskell/time";
|
|
description = "A time library";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|