18250b97ae
had added him earlier.
16 lines
486 B
Nix
16 lines
486 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, attoparsec, doctest, hspec, time }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "http-date";
|
|
version = "0.0.4";
|
|
sha256 = "1pbm066i1cpa3z2kfsqpva0qixnx87s76dpafz3wf6dkaqj8n8i5";
|
|
buildDepends = [ attoparsec ];
|
|
testDepends = [ doctest hspec time ];
|
|
meta = {
|
|
description = "HTTP Date parser/formatter";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|