1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/blaze-builder/default.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 ];
};
})