projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f8d057
)
Removed an unused import.
author
sabadev
<dev@sabadev.xyz>
Sat, 22 May 2021 04:58:21 +0000
(
00:58
-0400)
committer
sabadev
<dev@sabadev.xyz>
Sat, 22 May 2021 04:58:21 +0000
(
00:58
-0400)
app/Main.hs
patch
|
blob
|
history
diff --git
a/app/Main.hs
b/app/Main.hs
index
b9ee968
..
09a5550
100644
(file)
--- a/
app/Main.hs
+++ b/
app/Main.hs
@@
-1,7
+1,6
@@
module Main where
import Configuration (ServerConfiguration(..), defaultConfiguration, readConfiguration)
-import Control.Monad ((<=<))
import Control.Monad.IO.Class (liftIO)
import Data.Either (either)
import Data.Maybe (maybe, listToMaybe)