aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/servers/hasura/ghc-heap-view.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/servers/hasura/ghc-heap-view.nix')
-rw-r--r--nixpkgs/pkgs/servers/hasura/ghc-heap-view.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/nixpkgs/pkgs/servers/hasura/ghc-heap-view.nix b/nixpkgs/pkgs/servers/hasura/ghc-heap-view.nix
deleted file mode 100644
index 54c873baee4..00000000000
--- a/nixpkgs/pkgs/servers/hasura/ghc-heap-view.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ mkDerivation, base, binary, bytestring, Cabal, containers
-, deepseq, filepath, ghc-heap, stdenv, template-haskell
-, transformers
-}:
-mkDerivation {
- pname = "ghc-heap-view";
- version = "0.6.0";
- sha256 = "99ed6034d02a7a942e1b6ed970e9f7028dcdfd5b5d29fd8a0fb89f1a5e7c5ec8";
- enableSeparateDataOutput = true;
- setupHaskellDepends = [ base Cabal filepath ];
- libraryHaskellDepends = [
- base binary bytestring containers ghc-heap template-haskell
- transformers
- ];
- testHaskellDepends = [ base deepseq ];
- description = "Extract the heap representation of Haskell values and thunks";
- license = stdenv.lib.licenses.bsd3;
-}