nixpkgs/pkgs/development/libraries/haskell/labeled-tree/default.nix
Jean-Philippe Bernardy 9ce6651c8b add labeled-tree
2014-11-12 13:51:53 +01:00

15 lines
380 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal }:
cabal.mkDerivation (self: {
pname = "labeled-tree";
version = "1.0.0.0";
sha256 = "1cnnyic5z5y21hpxpmx66ph34mjyysckgiasmzg7yx202y2ih7s7";
meta = {
description = "Labeled tree structure";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})