2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-12-23 19:14:10 +00:00
|
|
|
{ cabal, text, time }:
|
2012-09-18 09:57:13 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "strptime";
|
2012-12-23 19:14:10 +00:00
|
|
|
version = "1.0.10";
|
|
|
|
sha256 = "1f42yf49fqr2fyjfakscmmlnmw3w5rg7wyy6gjyrf0gcgsh0h9fd";
|
|
|
|
buildDepends = [ text time ];
|
2012-09-18 09:57:13 +00:00
|
|
|
meta = {
|
|
|
|
description = "Efficient parsing of LocalTime using a binding to C's strptime, with some extra features (i.e. fractional seconds)";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|