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
a01b801b
Commit
a01b801b
authored
Nov 11, 2014
by
bos
Browse files
Oops, needed more imports
parent
a593eaa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Tests/QuickCheckUtils.hs
View file @
a01b801b
...
...
@@ -63,6 +63,11 @@ import qualified Data.Text.Internal.Lazy.Fusion as TLF
import
qualified
Data.Text.Lazy
as
TL
import
qualified
System.IO
as
IO
#
if
!
MIN_VERSION_base
(
4
,
4
,
0
)
import
Data.Int
(
Int64
)
import
Data.Word
(
Word
,
Word64
)
#
endif
instance
Random
I16
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