ghcide-0.0.1: test/cabal/Development/IDE/Test/Runfiles.hs
-- Copyright (c) 2019 The DAML Authors. All rights reserved. -- SPDX-License-Identifier: Apache-2.0 module Development.IDE.Test.Runfiles ( locateGhcideExecutable ) where import System.FilePath (FilePath) locateGhcideExecutable :: IO FilePath locateGhcideExecutable = pure "ghcide"