Skip to content
Snippets Groups Projects
Commit a01b801b authored by bos's avatar bos
Browse files

Oops, needed more imports

parent a593eaa6
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment