2010-04-15 15:25:43 +02:00
|
|
|
{cabal, deepseq}:
|
2009-10-29 12:03:24 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "text";
|
2011-03-12 18:28:15 +01:00
|
|
|
version = "0.11.0.5"; # Haskell Platform 2011.2.0.0
|
|
|
|
sha256 = "1a5y2i7qrkyyvm112q44rhd7jbqxvfxssz2g5ngbx11yypl3hcdv";
|
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
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|
2009-10-29 12:03:24 +01:00
|
|
|
|