DEBSOURCES
Skip Quicknav
sources / ghc / 9.10.3-3 / libraries / filepath / tests / abstract-filepath / Test.hs
1234567
module Main (main) where import qualified OsPathSpec import Test.Tasty main :: IO () main = defaultMain OsPathSpec.tests