File tree Expand file tree Collapse file tree 7 files changed +48
-0
lines changed
Expand file tree Collapse file tree 7 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ dist
2+ dist- *
3+ cabal-dev
4+ * .o
5+ * .hi
6+ * .hie
7+ * .chi
8+ * .chs.h
9+ * .dyn_o
10+ * .dyn_hi
11+ .hpc
12+ .hsenv
13+ .cabal-sandbox /
14+ cabal.sandbox.config
15+ * .prof
16+ * .aux
17+ * .hp
18+ * .eventlog
19+ .stack-work /
20+ cabal.project.local
21+ cabal.project.local~
22+ .HTF /
23+ .ghc.environment. *
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ module Data.Random.Source
2424 , monadRandom , randomSource
2525 ) where
2626
27+ import Control.Monad
28+
2729import Data.Word
2830
2931import Data.Random.Internal.Source
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import Language.Haskell.TH.Extras
1414import qualified Language.Haskell.TH.FlexibleDefaults as FD
1515
1616import Control.Monad.Reader
17+ import Control.Monad (when )
1718
1819data Method
1920 = GetPrim
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ module Data.Random.Source.MWC
1818import Data.Random.Internal.Words
1919import Data.Random.Source
2020import System.Random.MWC
21+ import Control.Monad
2122import Control.Monad.ST
2223import Control.Monad.Reader
2324import Control.Monad.Primitive
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ module Data.Random.Source.PureMT
2424 , getRandomPrimFromMTRef
2525 ) where
2626
27+ import Control.Monad
2728import Control.Monad.State
2829import Control.Monad.RWS
2930import qualified Control.Monad.State.Strict as S
Original file line number Diff line number Diff line change 1+ resolver : nightly-2023-10-09
2+
3+ packages :
4+ - .
5+
6+ allow-newer : true
7+
8+ extra-deps : []
Original file line number Diff line number Diff line change 1+ # This file was autogenerated by Stack.
2+ # You should not edit this file by hand.
3+ # For more information, please see the documentation at:
4+ # https://docs.haskellstack.org/en/stable/lock_files
5+
6+ packages: []
7+ snapshots:
8+ - completed:
9+ sha256: 917b397e40f0d5bc99e350f5bc5921456f091cf35b61a869838e14dfbc46e6e1
10+ size: 684486
11+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/10/9.yaml
12+ original: nightly-2023-10-09
You can’t perform that action at this time.
0 commit comments