summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/labeled-tree/default.nix
blob: ef0301ef7739ba3d8ec2eac4ad3855330a897004 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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;
    maintainers = with self.stdenv.lib.maintainers; [ jpbernardy ];
  };
})