2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, text }:
|
2011-08-16 16:23:35 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "wl-pprint-text";
|
2014-12-24 04:51:40 -08:00
|
|
|
version = "1.1.0.3";
|
|
|
|
sha256 = "1ghrkqdfsdkn71mpipbxiaar2gd8mdyd3dxbsz68awwnlpapy4f3";
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ text ];
|
2014-10-31 05:40:15 -07:00
|
|
|
jailbreak = true;
|
2011-08-16 16:23:35 -07:00
|
|
|
meta = {
|
|
|
|
description = "A Wadler/Leijen Pretty Printer for Text values";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|