2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-05 09:03:48 +00:00
|
|
|
{ cabal, deepseq, mtl, tasty, tastyHunit, tastyQuickcheck, time }:
|
2014-05-04 20:58:58 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hourglass";
|
2014-10-13 10:45:50 +00:00
|
|
|
version = "0.2.5";
|
|
|
|
sha256 = "08nw9zqa0y09lw0c6qlh9pn8vr6h03mw1i7n7w0y3fv94az9vg9v";
|
2014-05-04 20:58:58 +00:00
|
|
|
buildDepends = [ deepseq ];
|
|
|
|
testDepends = [
|
2014-06-05 09:03:48 +00:00
|
|
|
deepseq mtl tasty tastyHunit tastyQuickcheck time
|
2014-05-04 20:58:58 +00:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/vincenthz/hs-hourglass";
|
|
|
|
description = "simple performant time related library";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|