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, text }:
|
2010-09-13 11:30:54 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2010-09-13 11:30:54 +01:00
|
|
|
pname = "blaze-builder";
|
2014-09-19 11:51:03 +01:00
|
|
|
version = "0.3.3.4";
|
|
|
|
sha256 = "12xgmi8bc3h3cfk31rrfaklmwvyxgdwzwmxzw22yxd0dd8g11hg5";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ text ];
|
2010-09-13 11:30:54 +01:00
|
|
|
meta = {
|
2011-08-10 00:00:20 +01:00
|
|
|
homepage = "http://github.com/meiersi/blaze-builder";
|
2011-08-11 14:03:51 +01:00
|
|
|
description = "Efficient buffered output";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-09-13 11:30:54 +01:00
|
|
|
};
|
|
|
|
})
|