Moved Main module to root folder

master
Abhinav Sarkar 9 years ago
parent 3c382588e7
commit a1d2b86b81
  1. 2
      Main.hs
  2. 2
      hask-irc.cabal

@ -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…
Cancel
Save