Updating leksah.

svn path=/nixpkgs/trunk/; revision=28376
This commit is contained in:
Andres Löh
2011-08-08 07:41:45 +00:00
parent bcd2f9a51d
commit ce5ccbb0ea
4 changed files with 36 additions and 27 deletions

View File

@@ -0,0 +1,14 @@
{cabal} :
cabal.mkDerivation (self : {
pname = "strict";
version = "0.3.2";
sha256 = "08cjajqz9h47fkq98mlf3rc8n5ghbmnmgn8pfsl3bdldjdkmmlrc";
meta = {
homepage = "http://www.cse.unsw.edu.au/~rl/code/strict.html";
description = "Strict data types and String IO.";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.haskellPlatforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})