nixpkgs/pkgs/development/libraries/haskell/syb/syb-with-class.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

11 lines
241 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "syb-with-class";
version = "0.6.1";
sha256 = "72cf0a98862181fea81b77c11f35efd22eafa29107f3acd624fd08be68ed850b";
meta = {
description = "Scrap Your Boilerplate With Class";
};
})