remove ghcServer

This commit is contained in:
Charles Strahan 2014-12-27 21:57:11 -05:00
parent 7661626e21
commit 94aa6539de

View File

@ -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;
};