packages feed

hie-core-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
  ( locateHieCoreExecutable
  ) where

import System.FilePath (FilePath)


locateHieCoreExecutable :: IO FilePath
locateHieCoreExecutable = pure "hie-core"