mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-12 13:13:22 +03:00
10 lines
253 B
Haskell
10 lines
253 B
Haskell
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
|
|
-- SPDX-License-Identifier: Apache-2.0
|
|
|
|
module Development.IDE.Test.Runfiles
|
|
( locateGhcideExecutable
|
|
) where
|
|
|
|
locateGhcideExecutable :: IO FilePath
|
|
locateGhcideExecutable = pure "ghcide"
|