summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/non-hackage-packages.nix
diff options
context:
space:
mode:
authorGuillaume Desforges <aceus02@gmail.com>2020-06-25 14:23:09 +0200
committerGuillaume Desforges <aceus02@gmail.com>2020-06-29 11:50:15 +0200
commit356cd30269fbb9a378af048fb577328147f0592a (patch)
treef8947d9adb596a0cda8113b59039556593ebc166 /pkgs/development/haskell-modules/non-hackage-packages.nix
parent9b0a1bfcdd9fa089cc1a0fd60649e8a38a774bea (diff)
downloadnixpkgs-356cd30269fbb9a378af048fb577328147f0592a.tar
nixpkgs-356cd30269fbb9a378af048fb577328147f0592a.tar.gz
nixpkgs-356cd30269fbb9a378af048fb577328147f0592a.tar.bz2
nixpkgs-356cd30269fbb9a378af048fb577328147f0592a.tar.lz
nixpkgs-356cd30269fbb9a378af048fb577328147f0592a.tar.xz
nixpkgs-356cd30269fbb9a378af048fb577328147f0592a.tar.zst
nixpkgs-356cd30269fbb9a378af048fb577328147f0592a.zip
haskell-language-server: init at 0.1.0.0
Diffstat (limited to 'pkgs/development/haskell-modules/non-hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/non-hackage-packages.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/non-hackage-packages.nix b/pkgs/development/haskell-modules/non-hackage-packages.nix
index 9a2ff6f4a2a..9b9b61e6c09 100644
--- a/pkgs/development/haskell-modules/non-hackage-packages.nix
+++ b/pkgs/development/haskell-modules/non-hackage-packages.nix
@@ -16,4 +16,9 @@ self: super: {
   # spago is not released to Hackage.
   # https://github.com/spacchetti/spago/issues/512
   spago = self.callPackage ../tools/purescript/spago/spago.nix { };
+
+  # HLS and its fork of ghcide that it uses
+  # both are auto-generated by pkgs/development/tools/haskell/haskell-language-server/update.sh
+  haskell-language-server = self.callPackage ../tools/haskell/haskell-language-server { };
+  hls-ghcide = self.callPackage ../tools/haskell/haskell-language-server/hls-ghcide.nix { };
 }