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
024b5625
Commit
024b5625
authored
Dec 28, 2015
by
Andrey Mokhov
Browse files
Re-export Data.Monoid from Expression.
parent
84af1661
Changes
2
Show whitespace changes
Inline
Side-by-side
src/Expression.hs
View file @
024b5625
...
...
@@ -18,6 +18,7 @@ module Expression (
getInput
,
getOutput
,
-- * Re-exports
module
Data
.
Monoid
,
module
Builder
,
module
Package
,
module
Stage
,
...
...
@@ -25,6 +26,7 @@ module Expression (
)
where
import
Control.Monad.Trans.Reader
import
Data.Monoid
import
Base
import
Package
...
...
src/Rules/Program.hs
View file @
024b5625
...
...
@@ -3,7 +3,7 @@ module Rules.Program (buildProgram) where
import
Data.Char
import
Base
import
Expression
hiding
(
splitPath
)
import
Expression
import
GHC
hiding
(
ghci
)
import
Oracles
import
Rules.Actions
...
...
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