a little optimization

This commit is contained in:
nek0 2024-11-04 23:58:15 +01:00
parent 01bdb2ac8f
commit bd5b74722c
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE StrictData #-}
module Library.Types.Map where
import Data.Matrix

View file

@ -1,4 +1,5 @@
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE StrictData #-}
module Library.Types.Player where
import Data.Aeson

View file

@ -1,4 +1,5 @@
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE StrictData #-}
module Server.Types where
import Control.Concurrent