about summary refs log tree commit diff
path: root/third_party/overlays/haskell/extra-pkgs/graphmod-1.4.5.1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/overlays/haskell/extra-pkgs/graphmod-1.4.5.1.nix')
-rw-r--r--third_party/overlays/haskell/extra-pkgs/graphmod-1.4.5.1.nix33
1 files changed, 0 insertions, 33 deletions
diff --git a/third_party/overlays/haskell/extra-pkgs/graphmod-1.4.5.1.nix b/third_party/overlays/haskell/extra-pkgs/graphmod-1.4.5.1.nix
deleted file mode 100644
index d11e739cdd..0000000000
--- a/third_party/overlays/haskell/extra-pkgs/graphmod-1.4.5.1.nix
+++ /dev/null
@@ -1,33 +0,0 @@
-{ mkDerivation
-, base
-, Cabal
-, containers
-, directory
-, dotgen
-, filepath
-, haskell-lexer
-, lib
-, pretty
-}:
-mkDerivation {
-  pname = "graphmod";
-  version = "1.4.5.1";
-  sha256 = "d72b70dd47ba85756e963681307d8dcf341e9d1f0c3b50bd34c33a4e429436cc";
-  isLibrary = true;
-  isExecutable = true;
-  libraryHaskellDepends = [
-    base
-    Cabal
-    containers
-    directory
-    dotgen
-    filepath
-    haskell-lexer
-    pretty
-  ];
-  executableHaskellDepends = [ base ];
-  homepage = "http://github.com/yav/graphmod/wiki";
-  description = "Present the module dependencies of a program as a \"dot\" graph";
-  license = lib.licenses.bsd3;
-  mainProgram = "graphmod";
-}