ghcide/test/cabal/Development/IDE/Test/Runfiles.hs

13 lines
294 B
Haskell
Raw Normal View History

2019-08-13 19:23:03 +03:00
-- Copyright (c) 2019 The DAML Authors. All rights reserved.
-- SPDX-License-Identifier: Apache-2.0
module Development.IDE.Test.Runfiles
( locateHieCoreExecutable
) where
import System.FilePath (FilePath)
locateHieCoreExecutable :: IO FilePath
locateHieCoreExecutable = pure "hie-core"