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

23 lines
716 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, blazeBuilder, doubleConversion, QuickCheck, testFramework
, testFrameworkQuickcheck2, text, time, vector
}:
cabal.mkDerivation (self: {
pname = "blaze-textual";
version = "0.2.0.9";
sha256 = "1gwy1pjnc2ikxfxn9c751rnydry1hmlfk13k29xnns9vwglf81f0";
buildDepends = [ blazeBuilder text time vector ];
testDepends = [
blazeBuilder doubleConversion QuickCheck testFramework
testFrameworkQuickcheck2
];
meta = {
homepage = "http://github.com/bos/blaze-textual";
description = "Fast rendering of common datatypes";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})