18 lines
533 B
Nix
18 lines
533 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, text }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "blaze-builder";
|
|
version = "0.3.3.2";
|
|
sha256 = "038ig1a1iz0hc36l53f5g7h6aiz7b1lggq1d04y3ql9a0553vd40";
|
|
buildDepends = [ text ];
|
|
meta = {
|
|
homepage = "http://github.com/meiersi/blaze-builder";
|
|
description = "Efficient buffered output";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
};
|
|
})
|