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