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
Packages
text
Commits
fba1f02d
Commit
fba1f02d
authored
Nov 11, 2014
by
bos
Browse files
YA attempt at GHC 7.0 build fix :-(
parent
a01b801b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Tests/QuickCheckUtils.hs
View file @
fba1f02d
...
...
@@ -89,6 +89,10 @@ instance Random Word where
randomR
=
integralRandomR
random
=
randomR
(
minBound
,
maxBound
)
instance
Random
Word8
where
randomR
=
integralRandomR
random
=
randomR
(
minBound
,
maxBound
)
instance
Random
Word64
where
randomR
=
integralRandomR
random
=
randomR
(
minBound
,
maxBound
)
...
...
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