about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc/with-packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/ghc/with-packages.nix')
-rw-r--r--pkgs/development/compilers/ghc/with-packages.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ghc/with-packages.nix b/pkgs/development/compilers/ghc/with-packages.nix
index 99e91901d00c8..e3cc71bbccfdd 100644
--- a/pkgs/development/compilers/ghc/with-packages.nix
+++ b/pkgs/development/compilers/ghc/with-packages.nix
@@ -76,6 +76,11 @@ stdenv.mkDerivation rec {
           ln -s $f $out/share/emacs/site-lisp/
           echo -n .
         done
+        for f in "$currentPath/share/ghci/"*; do
+          mkdir -p $out/share/ghci
+          ln -s $f $out/share/ghci/
+          echo -n .
+        done
         for f in "$currentPkgDir/"*.conf; do
           ln -s $f $linkedPkgDir
           echo -n .