summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/yesod-newsfeed/default.nix
blob: a6bf924c3c80b6213417f2eb64da52fa68a5ce38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, blazeHtml, blazeMarkup, shakespeare, text, time
, xmlConduit, yesodCore
}:

cabal.mkDerivation (self: {
  pname = "yesod-newsfeed";
  version = "1.4.0.1";
  sha256 = "02ydkri23vrm7mak2b1ybfhkdgc2dmv9vq3ki2d7sd005sp3zdly";
  buildDepends = [
    blazeHtml blazeMarkup shakespeare text time xmlConduit yesodCore
  ];
  meta = {
    homepage = "http://www.yesodweb.com/";
    description = "Helper functions and data types for producing News feeds";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})