2012-02-16 15:05:41 +01:00
|
|
|
{ cabal }:
|
2011-08-08 09:41:45 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-08 09:41:45 +02:00
|
|
|
pname = "strict";
|
|
|
|
version = "0.3.2";
|
|
|
|
sha256 = "08cjajqz9h47fkq98mlf3rc8n5ghbmnmgn8pfsl3bdldjdkmmlrc";
|
|
|
|
meta = {
|
|
|
|
homepage = "http://www.cse.unsw.edu.au/~rl/code/strict.html";
|
2011-08-11 15:03:51 +02:00
|
|
|
description = "Strict data types and String IO";
|
2011-08-08 09:41:45 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 11:21:28 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-08-08 09:41:45 +02:00
|
|
|
};
|
|
|
|
})
|