You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/test/src/SDist.hs
+3-1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ module SDist(sdist_test) where
2
2
3
3
importShell
4
4
importSystem.FilePath
5
+
importSystem.Directory (setCurrentDirectory)
5
6
importSystem.Process
6
7
importSystem.IO.Error
7
8
importSystem.Exit
@@ -86,7 +87,8 @@ testWithBootstrapping dir executable = do
86
87
-- This is less elegant than performing `cabal sdist package` for each package on its own, but is required because `cabal sdist happy` doesn't work on its own - `cabal sdist all` does.
0 commit comments