IMM RSS reader and dependencies

This commit is contained in:
Daniel Bergey
2014-05-22 14:07:25 +00:00
parent 4d634e2bae
commit f211c32e6d
5 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "timerep";
version = "1.0.3";
sha256 = "14lz8nzfy1j7snvifbwjkk1fjc8wy4jk67xk9n87r25v3cva3x0p";
meta = {
description = "Parse and display time according to some RFCs (RFC3339, RFC2822)";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})