repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Regen expected output after #10507.
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
CustomPreProcess
/
MyCustomPreprocessor.hs
blob
07a4ef33900127b1a905f69c520e14bd899d2e14
1
module
Main
where
2
3
import
System
.
Directory
4
import
System
.
Environment
5
6
main
::
IO
()
7
main
=
do
8
(
source
:
target
:
_
) <-
getArgs
9
copyFile source target