From f284e7a87b892f25fe63594f6d7ba24beb7c6428 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 21 May 2020 09:27:07 -0700 Subject: [PATCH] ;web: drop unnecessary import that hiding Prelude in make ghci-web --- hledger-web/app/main.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/hledger-web/app/main.hs b/hledger-web/app/main.hs index 119957247..7574814d3 100644 --- a/hledger-web/app/main.hs +++ b/hledger-web/app/main.hs @@ -1,5 +1,3 @@ -import Prelude (IO) - import Hledger.Web.Main main :: IO ()