File: FakePaths.hs

package info (click to toggle)
haskell-stack 2.15.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,568 kB
  • sloc: haskell: 37,057; makefile: 6; ansic: 5
file content (8 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
module Stack.Ghci.FakePaths
  ( defaultDrive
  ) where

-- | Helpers for writing fake paths for test suite for the GhciScript DSL. This
-- must be a separate module because it is used in Template Haskell splices.
defaultDrive :: FilePath
defaultDrive = "C:\\"