-- 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"