summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/graphscc/default.nix
blob: 2124bd0b2549140695f42da9fcdbe592a5e2c0e8 (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 = "GraphSCC";
  version = "1.0.4";
  sha256 = "1wbcx3wb02adb7l4nchxla3laliz0h5q074vfw4z0ic833k977bq";
  meta = {
    description = "Tarjan's algorithm for computing the strongly connected components of a graph";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ thoughtpolice ];
  };
})