summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/ghc-paths/0.1.0.6.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/ghc-paths/0.1.0.6.nix')
-rw-r--r--pkgs/development/libraries/haskell/ghc-paths/0.1.0.6.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/ghc-paths/0.1.0.6.nix b/pkgs/development/libraries/haskell/ghc-paths/0.1.0.6.nix
new file mode 100644
index 00000000000..f8c4a29e5e1
--- /dev/null
+++ b/pkgs/development/libraries/haskell/ghc-paths/0.1.0.6.nix
@@ -0,0 +1,11 @@
+{ cabal } :
+
+cabal.mkDerivation (self : {
+  pname = "ghc-paths";
+  version = "0.1.0.6";
+  sha256 = "95d8c0e6ce2f182d792e910149b3c81c381b7d2c2052ffc6d96128b071c55243";
+  meta = {
+    description = "Knowledge of GHC's installations directories";
+  };
+})  
+