2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, deepseq }:
|
2011-04-04 09:45:05 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-04-04 09:45:05 +01:00
|
|
|
pname = "text";
|
2011-08-10 00:00:20 +01:00
|
|
|
version = "0.11.0.6";
|
2011-04-04 09:45:05 +01:00
|
|
|
sha256 = "103l1c8jfwpddsqzwj9jqh89vay8ax1znxqgjqprv2fvr7s0zvkp";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ deepseq ];
|
2013-02-24 21:23:26 +00:00
|
|
|
doCheck = false;
|
2011-04-04 09:45:05 +01:00
|
|
|
meta = {
|
2011-08-10 00:00:20 +01:00
|
|
|
homepage = "http://bitbucket.org/bos/text";
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "An efficient packed Unicode text type";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 11:43:40 +01:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2011-04-04 09:45:05 +01:00
|
|
|
};
|
|
|
|
})
|