2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 22:09:07 +01:00
|
|
|
{ cabal, attoparsec, doctest, hspec, time }:
|
2011-08-10 01:20:28 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "http-date";
|
2013-01-04 19:17:22 +01:00
|
|
|
version = "0.0.4";
|
|
|
|
sha256 = "1pbm066i1cpa3z2kfsqpva0qixnx87s76dpafz3wf6dkaqj8n8i5";
|
2012-02-16 15:05:41 +01:00
|
|
|
buildDepends = [ attoparsec ];
|
2013-02-24 22:09:07 +01:00
|
|
|
testDepends = [ doctest hspec time ];
|
2011-08-10 01:20:28 +02:00
|
|
|
meta = {
|
|
|
|
description = "HTTP Date parser/formatter";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|