Skip to content
GitLab
Menu
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
d2ca01bb
Commit
d2ca01bb
authored
Aug 15, 2017
by
Andrey Mokhov
Browse files
Re-export Dynamic and Typeable bits
parent
5026b9c6
Changes
2
Show whitespace changes
Inline
Side-by-side
src/CommandLine.hs
View file @
d2ca01bb
...
...
@@ -3,11 +3,9 @@ module CommandLine (
cmdProgressColour
,
cmdProgressInfo
,
cmdSkipConfigure
,
cmdSplitObjects
)
where
import
Data.Dynamic
(
Dynamic
)
import
Data.Either
import
qualified
Data.HashMap.Strict
as
Map
import
Data.List.Extra
import
Data.Typeable
(
TypeRep
)
import
Development.Shake
hiding
(
Normal
)
import
Hadrian.Utilities
import
System.Console.GetOpt
...
...
src/Hadrian/Utilities.hs
View file @
d2ca01bb
...
...
@@ -19,7 +19,10 @@ module Hadrian.Utilities (
UseColour
(
..
),
putColoured
,
BuildProgressColour
(
..
),
putBuild
,
SuccessColour
(
..
),
putSuccess
,
ProgressInfo
(
..
),
putProgressInfo
,
renderAction
,
renderProgram
,
renderLibrary
,
renderBox
,
renderUnicorn
renderUnicorn
,
-- * Useful re-exports
Dynamic
,
fromDynamic
,
toDyn
,
TypeRep
,
typeOf
)
where
import
Control.Monad.Extra
...
...
Write
Preview
Supports
Markdown
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