diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-22 12:54:22 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-22 13:10:25 +0530 |
| commit | ac056ba43192bd3c2cbe90d8c8c3d903985a52dd (patch) | |
| tree | 382dbe23f84f5d37f5c082105649c84343704119 /src/Chelleport/Context.hs | |
| parent | 6d6cd036106e5daa2aef12bfcb2968657f9841b0 (diff) | |
| download | chelleport-ac056ba43192bd3c2cbe90d8c8c3d903985a52dd.tar.gz chelleport-ac056ba43192bd3c2cbe90d8c8c3d903985a52dd.zip | |
Updates docs
Diffstat (limited to 'src/Chelleport/Context.hs')
| -rw-r--r-- | src/Chelleport/Context.hs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Chelleport/Context.hs b/src/Chelleport/Context.hs index 45c90d4..6452e86 100644 --- a/src/Chelleport/Context.hs +++ b/src/Chelleport/Context.hs @@ -1,11 +1,10 @@ module Chelleport.Context (initializeContext) where --- import Data.Time.Clock.System --- import qualified Debug.Trace as Debug - import Chelleport.Config import Chelleport.Types import Data.ByteString (ByteString) +-- import Data.Time.Clock.System +-- import qualified Debug.Trace as Debug import Data.FileEmbed (embedFileRelative) import qualified Graphics.X11 as X11 import SDL (($=)) |
