summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2014-12-27 21:57:11 -0500
committerCharles Strahan <charles.c.strahan@gmail.com>2014-12-27 21:57:11 -0500
commit94aa6539ded155b86bc9077fb624a2ee6a14e7e6 (patch)
tree8b5d6dc990bde6dfecb7fc1c6b9671fee5f39a91 /pkgs/top-level
parent7661626e2144edab0a7b538d635dd258a8256940 (diff)
downloadnixlib-94aa6539ded155b86bc9077fb624a2ee6a14e7e6.tar
nixlib-94aa6539ded155b86bc9077fb624a2ee6a14e7e6.tar.gz
nixlib-94aa6539ded155b86bc9077fb624a2ee6a14e7e6.tar.bz2
nixlib-94aa6539ded155b86bc9077fb624a2ee6a14e7e6.tar.lz
nixlib-94aa6539ded155b86bc9077fb624a2ee6a14e7e6.tar.xz
nixlib-94aa6539ded155b86bc9077fb624a2ee6a14e7e6.tar.zst
nixlib-94aa6539ded155b86bc9077fb624a2ee6a14e7e6.zip
remove ghcServer
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/haskell-packages.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index fa6dc32afa0d..5a47a16028eb 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -937,8 +937,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
 
   ghcid = callPackage ../development/tools/haskell/ghcid {};
 
-  ghcServer = callPackage ../development/libraries/haskell/ghc-server {};
-
   ghcjs = callPackage ../development/tools/haskell/ghcjs {
     Cabal = self.Cabal_1_18_1_3;
   };