Moved Main module to root folder

master
Abhinav Sarkar 2014-05-04 08:54:12 +05:30
parent 3c382588e7
commit a1d2b86b81
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
module Main(main) where
module Main (main) where
import qualified Data.Text as T

View File

@ -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: