;web: drop unnecessary import that hiding Prelude in make ghci-web

This commit is contained in:
Simon Michael 2020-05-21 09:27:07 -07:00
parent 2c1cbb7956
commit f284e7a87b

View File

@ -1,5 +1,3 @@
import Prelude (IO)
import Hledger.Web.Main
main :: IO ()