diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2021-03-19 23:35:47 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2021-03-19 23:35:47 -0700 |
| commit | ceadf33246bcc42747b42c10c108bfc7d8663ab7 (patch) | |
| tree | 4a74940957474f8bf0ed50c3d7e57bf9e6d00d7c /test/Tests/Command.hs | |
| parent | eacead3eb316dd8e2d75737589dc017de36326fb (diff) | |
Tests: Use getExecutablePath from base...
avoiding the need to depend on the executable-path package.
Diffstat (limited to 'test/Tests/Command.hs')
| -rw-r--r-- | test/Tests/Command.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Command.hs b/test/Tests/Command.hs index e8863b545..3ec6d7230 100644 --- a/test/Tests/Command.hs +++ b/test/Tests/Command.hs @@ -13,7 +13,7 @@ module Tests.Command (runTest, tests) where import Data.Algorithm.Diff -import System.Environment.Executable (getExecutablePath) +import System.Environment (getExecutablePath) import qualified Data.ByteString as BS import qualified Data.Text as T import Data.List (isSuffixOf) |
