nixpkgs/pkgs/development/libraries/haskell/syb/syb-with-class-instances-text.nix
Andres Löh 923d30959f Added yst; updated happstack, pandoc, gitit and dependencies.
svn path=/nixpkgs/trunk/; revision=23670
2010-09-07 12:58:07 +00:00

12 lines
323 B
Nix

{cabal, sybWithClass, text}:
cabal.mkDerivation (self : {
pname = "syb-with-class-instances-text";
version = "0.0.1";
sha256 = "0e0aa90c02cbe76380274830be51e04cb3cc13d5ea5761ba5540779bd0c4d76e";
propagatedBuildInputs = [sybWithClass text];
meta = {
description = "Scrap Your Boilerplate With Class";
};
})