Moved Main module to root folder
This commit is contained in:
parent
3c382588e7
commit
a1d2b86b81
|
@ -1,4 +1,4 @@
|
|||
module Main(main) where
|
||||
module Main (main) where
|
||||
|
||||
import qualified Data.Text as T
|
||||
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue