Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
787cb4f1
Commit
787cb4f1
authored
Jun 19, 2016
by
kaiha
Browse files
Remove excessive whitespace
parent
73970d51
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Rules/Actions.hs
View file @
787cb4f1
...
...
@@ -165,8 +165,7 @@ applyPatch dir patch = do
quietly
$
cmd
Shell
cmdEcho
[
Cwd
dir
]
[
path
,
"-p0 <"
,
patch
]
runBuilder
::
Builder
->
[
String
]
->
Action
()
runBuilder
=
runBuilderWith
[]
runBuilder
=
runBuilderWith
[]
runBuilderWith
::
[
CmdOption
]
->
Builder
->
[
String
]
->
Action
()
runBuilderWith
options
builder
args
=
do
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment