diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-20 18:52:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-20 18:52:46 -0400 |
commit | 5e12578835fe7079bead8ec6bea02ded5f405eb1 (patch) | |
tree | 3a06bd124029f120d981850dfe742a277ae0718e /Assistant | |
parent | ee72d4ca76758aa9fcfff0b74d68d6d175d1e715 (diff) |
fix warning
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Threads/WebApp.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs index ad8bde9b7..caef570c4 100644 --- a/Assistant/Threads/WebApp.hs +++ b/Assistant/Threads/WebApp.hs @@ -37,7 +37,6 @@ import Utility.FileMode import Git import Yesod -import Yesod.Static import Network.Socket (SockAddr, HostName) import Data.Text (pack, unpack) |