nixpkgs/pkgs/development/libraries/haskell/feed/default.nix
Andres Löh 934b429725 Updated gitit plus dependencies.
svn path=/nixpkgs/trunk/; revision=21108
2010-04-15 21:10:06 +00:00

15 lines
374 B
Nix

{cabal, utf8String, xml}:
cabal.mkDerivation (self : {
pname = "feed";
version = "0.3.7";
sha256 = "c2d539f763cdce1b1498f1fd0707b12078337aff690f01e41db0b6e3569c08aa";
propagatedBuildInputs = [utf8String xml];
meta = {
description = "Interfacing with RSS and Atom feeds";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})