Commit Graph

20 Commits

Author SHA1 Message Date
Potato Hatsue
76161d7ec1 Rename hie.yaml.* to hie-*.yaml 2020-12-14 16:36:58 +08:00
Jens Petersen
9d3188e127 install: create hls hardlinks instead of copies except on Windows
This saves quite a bit of diskspace
2020-10-02 20:03:47 +08:00
Théophile Choutri
c21d82fa88 Replace wrong occurrences of "engine" by "server" 2020-08-13 23:07:10 +02:00
jneira
c2c7080923 Fix install script stack targets
This way we avoid install executables from ghcide or other subpackages
2020-07-15 00:10:48 +02:00
fendor
37a32b06f2 Remove last occurrences of shake.yaml 2020-06-14 22:13:55 +02:00
jneira
887e5dca02 Use an unique install/stack.yaml 2020-06-12 15:09:44 +02:00
sir4ur0n
27d3557481 Improve following Github discussions
* Add stack.yaml to install/ folder
* Add Stack and Cabal templates for hie.yaml for install/ folder
* Add and cleanup documentation about hie.yaml
* Add comment about building for Stack
2020-06-06 00:35:58 +02:00
jneira
1bcd29251d Correct targets of dev stack install 2020-05-23 22:30:06 +02:00
jneira
a180b2b51f Enable dev target for windows 2020-05-23 22:29:14 +02:00
jneira
392a496e64 Disable hoogle data files generation 2020-05-16 22:49:14 +02:00
jneira
663d0eab96 Complete renaming from hie to hls 2020-04-14 00:35:47 +02:00
Javier Neira
159d7cdcc7
Correct executable copies with versions 2020-03-31 11:22:18 +02:00
jneira
fafd8a669d Port hie changes of pull #1665
* Remove unused imports
  * Pass verbosity shake arg to build tools (cabal and stack)
  * Use custom cabal.project-${ghcVersion} if exists
     * I added cabal.project-ghc-8.8.2 that will be used by the script
  * Change targets to "hls"
2020-03-08 22:20:06 +01:00
jneira
9058d436aa Check there is one ghc in $PATH 2020-02-04 08:37:26 +01:00
jneira
77736c98b1 Add wrapper to cabal install target 2020-02-03 09:58:41 +01:00
jneira
b1012725b5 Fix install.hs targets 2020-02-03 09:05:48 +01:00
Alan Zimmerman
d85938fa15 Rename to haskell-language-server
Voting at time of migration was 42 for this name, next closest was 6.

Closes #29
2020-02-01 09:50:03 +00:00
jneira
c67e9fac5d Install only package ide 2020-01-29 23:55:06 +01:00
jneira
ab9c93c901 Add stack dev target 2020-01-29 23:27:54 +01:00
Alan Zimmerman
0c78854cdf Brute-force copy of install.hs from hie
Renamed the string stuff to be "haskell-ide-" instead of "hie-",
nothing else changed.

Initial hand tests show it working for stack installs.

Closes #14
2020-01-29 21:25:53 +00:00