Add graph-wrapper haskell package
This commit is contained in:
13
pkgs/development/libraries/haskell/graph-wrapper/default.nix
Normal file
13
pkgs/development/libraries/haskell/graph-wrapper/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "graph-wrapper";
|
||||
version = "0.2.4.2";
|
||||
sha256 = "0cf70xvmzn4w5pg1bxizajqgcbjwwk6jrd7hnb3kfqy1v3apifyf";
|
||||
meta = {
|
||||
homepage = "http://www.github.com/batterseapower/graph-wrapper";
|
||||
description = "A wrapper around the standard Data.Graph with a less awkward interface";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user