diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-28 14:13:47 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-28 14:15:10 +0530 |
| commit | 9a5453aa190834b01e78cd971c445f1f0e34ee41 (patch) | |
| tree | f1b3f99b34f3f508bb98ac527f7b5d51f2b69dcf /bin | |
| parent | d6dbe32df6f1a01c95f9293023e2d73872fa39fe (diff) | |
| download | chelleport-9a5453aa190834b01e78cd971c445f1f0e34ee41.tar.gz chelleport-9a5453aa190834b01e78cd971c445f1f0e34ee41.zip | |
Add update flushing to allow showing loading state after showing window
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Main.hs b/bin/Main.hs index 007fb5e..03c0904 100644 --- a/bin/Main.hs +++ b/bin/Main.hs @@ -1,8 +1,8 @@ module Main where import qualified Chelleport -import Chelleport.Args (Configuration (configShowHelp)) import qualified Chelleport.Args as Args +import Chelleport.Types import qualified System.Environment import System.Exit (exitFailure) |
