nixpkgs/pkgs/development/libraries/haskell/blaze-builder/default.nix

17 lines
475 B
Nix
Raw Normal View History

# 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;
};
})