Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
Packages
process
Commits
b59709e4
Unverified
Commit
b59709e4
authored
Jan 07, 2020
by
Michael Snoyman
Committed by
GitHub
Jan 07, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #164 from bgamari/master
testsuite: Qualify import of Data.List
parents
f9e502dc
bde9237b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/process011.hs
tests/process011.hs
+1
-1
No files found.
tests/process011.hs
View file @
b59709e4
...
...
@@ -2,7 +2,7 @@ import System.Process
import
System.IO
import
Control.Exception
import
Control.Concurrent
import
Data.List
import
Data.List
(
intercalate
)
-- Test control-C delegation (#2301)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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