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