diff --git a/Network/IRC/Main.hs b/Main.hs similarity index 95% rename from Network/IRC/Main.hs rename to Main.hs index d8e31c3..5741bfb 100644 --- a/Network/IRC/Main.hs +++ b/Main.hs @@ -1,4 +1,4 @@ -module Main(main) where +module Main (main) where import qualified Data.Text as T diff --git a/hask-irc.cabal b/hask-irc.cabal index 9b111bf..a6f0f40 100644 --- a/hask-irc.cabal +++ b/hask-irc.cabal @@ -51,7 +51,7 @@ cabal-version: >=1.10 executable hask-irc -- .hs or .lhs file containing the Main module. - main-is: Network/IRC/Main.hs + main-is: Main.hs -- Modules included in this executable, other than Main. -- other-modules: