2010-04-15 06:25:43 -07:00
|
|
|
{cabal, deepseq}:
|
2009-10-29 04:03:24 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "text";
|
2011-03-12 09:28:15 -08:00
|
|
|
version = "0.11.0.5"; # Haskell Platform 2011.2.0.0
|
|
|
|
sha256 = "1a5y2i7qrkyyvm112q44rhd7jbqxvfxssz2g5ngbx11yypl3hcdv";
|
2010-04-15 06:25:43 -07:00
|
|
|
propagatedBuildInputs = [deepseq];
|
2009-10-29 04:03:24 -07:00
|
|
|
meta = {
|
|
|
|
description = "An efficient package Unicode text type";
|
2010-04-15 06:25:43 -07:00
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
2009-10-29 04:03:24 -07:00
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|
2009-10-29 04:03:24 -07:00
|
|
|
|