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
c5f79581
Commit
c5f79581
authored
Jan 01, 2015
by
Andrey Mokhov
Browse files
Refactor imports.
parent
a2c0e5d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Base.hs
View file @
c5f79581
...
...
@@ -12,9 +12,9 @@ module Base (
filterOut
)
where
import
Development.Shake
hiding
((
*>
))
import
Development.Shake
import
Development.Shake.FilePath
import
Control.Applicative
import
Control.Applicative
hiding
((
*>
))
import
Data.Monoid
import
Data.List
...
...
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