Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! [#164] Add workflow for running Wi…
Browse files Browse the repository at this point in the history
…ndows tests on CI
  • Loading branch information
Sorokin-Anton committed Oct 11, 2022
1 parent 1f0399c commit 178d3f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ library:
- yaml
- reflection
- code-page

executables:
xrefcheck:
main: Main.hs
Expand Down
5 changes: 3 additions & 2 deletions src/Xrefcheck/Scan.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ import Data.Reflection (Given)
import Fmt (Buildable (..), nameF, (+|), (|+))
import System.Directory (doesDirectoryExist)
import System.Directory.Tree qualified as Tree
import qualified System.FilePath as OsDependentFilePath
import System.FilePath.Posix (dropTrailingPathSeparator, equalFilePath, takeDirectory, takeExtension)
import System.FilePath qualified as OsDependentFilePath
import System.FilePath.Posix
(dropTrailingPathSeparator, equalFilePath, takeDirectory, takeExtension)

import Xrefcheck.Core
import Xrefcheck.Progress
Expand Down
3 changes: 2 additions & 1 deletion src/Xrefcheck/System.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ import Data.Coerce (coerce)
import GHC.IO.Unsafe (unsafePerformIO)
import System.Directory (canonicalizePath)
import System.Environment (lookupEnv)
import System.FilePath.Posix ((</>))
import System.FilePath.Glob qualified as Glob
import System.FilePath.Posix ((</>))

import Xrefcheck.Util (normaliseWithNoTrailing)

-- | We can quite safely treat surrounding filesystem as frozen,
Expand Down

0 comments on commit 178d3f8

Please sign in to comment.