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
cfb1331d
Commit
cfb1331d
authored
Feb 16, 2016
by
Andrey Mokhov
Browse files
Do not hide Shake.parallel (we no longer have conflicting Way.parallel).
parent
49a7cb2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Base.hs
View file @
cfb1331d
{-# OPTIONS_GHC -fno-warn-dodgy-imports #-}
-- for Development.Shake.parallel
module
Base
(
-- * General utilities
module
Control
.
Applicative
,
...
...
@@ -35,7 +33,7 @@ import Data.Function
import
Data.List.Extra
import
Data.Maybe
import
Data.Monoid
import
Development.Shake
hiding
(
parallel
,
unit
,
(
*>
),
Normal
)
import
Development.Shake
hiding
(
unit
,
(
*>
),
Normal
)
import
Development.Shake.Classes
import
Development.Shake.FilePath
import
System.Console.ANSI
...
...
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