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