Added yesod-form and yesod-json.

svn path=/nixpkgs/trunk/; revision=27654
This commit is contained in:
Andres Löh
2011-07-07 21:40:46 +00:00
parent 29c7cd1298
commit 6f43e422ba
5 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "ranges";
version = "0.2.3";
sha256 = "1jmybrwwvg8zkbxjrlrahfavlf2g2584ld15hzhch317683nvr1p";
meta = {
description = "Ranges and various functions on them";
license = "BSD3";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})