haskell-strptime: update to version 1.0.10

This commit is contained in:
Peter Simons 2012-12-23 20:14:10 +01:00
parent 0a84d46d8f
commit 31c2908651

View file

@ -1,10 +1,10 @@
{ cabal, time }:
{ cabal, text, time }:
cabal.mkDerivation (self: {
pname = "strptime";
version = "1.0.8";
sha256 = "0cd4wzrg9zpnwrfpp6lxs1ib06h0fcsdqd3idsw663wr5lllfgdq";
buildDepends = [ time ];
version = "1.0.10";
sha256 = "1f42yf49fqr2fyjfakscmmlnmw3w5rg7wyy6gjyrf0gcgsh0h9fd";
buildDepends = [ text time ];
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;