a little optimization
This commit is contained in:
parent
01bdb2ac8f
commit
bd5b74722c
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{-# LANGUAGE DeriveGeneric #-}
|
||||
{-# LANGUAGE StrictData #-}
|
||||
module Library.Types.Map where
|
||||
|
||||
import Data.Matrix
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{-# LANGUAGE DeriveGeneric #-}
|
||||
{-# LANGUAGE StrictData #-}
|
||||
module Library.Types.Player where
|
||||
|
||||
import Data.Aeson
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{-# LANGUAGE DeriveGeneric #-}
|
||||
{-# LANGUAGE StrictData #-}
|
||||
module Server.Types where
|
||||
|
||||
import Control.Concurrent
|
||||
|
|
Loading…
Reference in a new issue