16 lines
459 B
Nix
16 lines
459 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, text }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "wl-pprint-text";
|
|
version = "1.1.0.3";
|
|
sha256 = "1ghrkqdfsdkn71mpipbxiaar2gd8mdyd3dxbsz68awwnlpapy4f3";
|
|
buildDepends = [ text ];
|
|
jailbreak = true;
|
|
meta = {
|
|
description = "A Wadler/Leijen Pretty Printer for Text values";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|