about summary refs log tree commit diff
path: root/users/glittershark/xanthous/hie.sh
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-03T17·46-0400
committerglittershark <grfn@gws.fyi>2020-07-03T23·23+0000
commit6480a81c1662f75e1996aeb3cb114baf53ca09b9 (patch)
tree61367bfeca492e5139781e958fe984705a2daf3b /users/glittershark/xanthous/hie.sh
parent64ce8522fed750fcfb3a0504267f57dd20bcfb99 (diff)
feat(xan): Use haskell-language-server r/1204
Use haskell-language-server instead of haskell-ide-engine for Xanthous.

Change-Id: I7ef1433d5cd561e659fc06b3f373a6f29dfa5690
Reviewed-on: https://cl.tvl.fyi/c/depot/+/904
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
Reviewed-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/xanthous/hie.sh')
-rwxr-xr-xusers/glittershark/xanthous/hie.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/users/glittershark/xanthous/hie.sh b/users/glittershark/xanthous/hie.sh
deleted file mode 100755
index 223a432203b8..000000000000
--- a/users/glittershark/xanthous/hie.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-set -euo pipefail
-
-cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1
-
-exec nix-shell --run "$(nix-build -o dist/bin/hie hie.nix)/bin/hie $*"