mirror of
https://github.com/graninas/Hydra.git
synced 2024-11-28 13:02:50 +03:00
warnings unused imports
This commit is contained in:
parent
2a2ac1f932
commit
0e3092764a
@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
module FTL where
|
module FTL where
|
||||||
|
|
||||||
import Control.Monad.IO.Class (liftIO)
|
|
||||||
import qualified Data.Map as Map
|
import qualified Data.Map as Map
|
||||||
import qualified Data.Set as Set
|
import qualified Data.Set as Set
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ module IO where
|
|||||||
import Control.Monad
|
import Control.Monad
|
||||||
import Hydra.Prelude
|
import Hydra.Prelude
|
||||||
|
|
||||||
import System.Entropy
|
|
||||||
import System.Random hiding (next)
|
import System.Random hiding (next)
|
||||||
|
|
||||||
flow :: IORef Int -> IO ()
|
flow :: IORef Int -> IO ()
|
||||||
|
Loading…
Reference in New Issue
Block a user