mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-03 05:23:25 +03:00
cdfc4b6e06
* Hi file stability * fix missing early cutoff in GetModIface * tests for TH reloading * Do not run hlint on test/data * hlints * Fix legacy code path * Update test/exe/Main.hs Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> Co-authored-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
4 lines
161 B
Bash
Executable File
4 lines
161 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eou pipefail
|
|
curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s src exe bench/exe test/exe --with-group=extra
|