Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
i7
peregrine
Commits
20b227e1
Commit
20b227e1
authored
Aug 01, 2018
by
Philipp Meyer
Browse files
Also remove parallel-io dependency from main module
parent
89cd1de4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Main.hs
View file @
20b227e1
...
...
@@ -3,7 +3,6 @@ module Main where
import
System.Exit
import
System.IO
import
Control.Monad
import
Control.Concurrent.ParallelIO
import
Control.Arrow
(
first
)
import
Data.List
(
partition
,
minimumBy
,
genericLength
)
import
Data.Ord
(
comparing
)
...
...
@@ -203,6 +202,4 @@ exitErrorWith msg = do
cleanupAndExitWith
$
ExitFailure
3
cleanupAndExitWith
::
ExitCode
->
IO
()
cleanupAndExitWith
code
=
do
stopGlobalPool
exitWith
code
cleanupAndExitWith
code
=
exitWith
code
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