nixpkgs/pkgs/development/libraries/haskell/thyme/default.nix

29 lines
895 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, Cabal, cpphs, deepseq, filepath, mtl
, profunctors, QuickCheck, random, systemPosixRedirect, text, time
, vector, vectorSpace, vectorThUnbox
2013-08-27 19:17:41 +04:00
}:
cabal.mkDerivation (self: {
pname = "thyme";
version = "0.3.5.3";
sha256 = "1gfqj9rsjmc8gdg2qrzdnjnjdwdls55k061qh82ihwa6l7nfkjv1";
2013-08-27 19:17:41 +04:00
buildDepends = [
aeson attoparsec deepseq mtl profunctors QuickCheck random text
time vector vectorSpace vectorThUnbox
2013-08-27 19:17:41 +04:00
];
2013-09-08 23:45:42 +04:00
testDepends = [
attoparsec Cabal filepath mtl profunctors QuickCheck random
2013-09-08 23:45:42 +04:00
systemPosixRedirect text time vectorSpace
];
buildTools = [ cpphs ];
doCheck = false;
2013-08-27 19:17:41 +04:00
meta = {
homepage = "https://github.com/liyang/thyme";
description = "A faster time library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})