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
Packages
Cabal
Commits
06a974f3
Commit
06a974f3
authored
Nov 01, 2013
by
Mikhail Glushenkov
Browse files
Formatting.
parent
e2c67923
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Simple/Setup.hs
View file @
06a974f3
...
...
@@ -160,7 +160,7 @@ instance Functor Flag where
instance
Monoid
(
Flag
a
)
where
mempty
=
NoFlag
_
`
mappend
`
f
@
(
Flag
_
)
=
f
f
`
mappend
`
NoFlag
=
f
f
`
mappend
`
NoFlag
=
f
instance
Bounded
a
=>
Bounded
(
Flag
a
)
where
minBound
=
toFlag
minBound
...
...
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