2010-04-15 15:25:43 +02:00
|
|
|
{cabal, deepseq}:
|
2009-10-29 12:03:24 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "text";
|
2010-08-30 12:31:39 +02:00
|
|
|
version = "0.7.2.1";
|
|
|
|
sha256 = "13b00db1363219e263a4af5b1318d2a296d67c975883cd7e17265fcd8fb1381c";
|
2010-04-15 15:25:43 +02:00
|
|
|
propagatedBuildInputs = [deepseq];
|
2009-10-29 12:03:24 +01:00
|
|
|
meta = {
|
|
|
|
description = "An efficient package Unicode text type";
|
2010-04-15 15:25:43 +02:00
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
2009-10-29 12:03:24 +01:00
|
|
|
};
|
|
|
|
})
|
|
|
|
|