mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-30 02:14:01 +03:00
14e7e81f46
Didn't properly move out the Main files to a separate location so the dependencies and app building was a bit wacky. This fixes that.
7 lines
92 B
Haskell
7 lines
92 B
Haskell
module Main where
|
|
|
|
import qualified FirstApp.Main as Main
|
|
|
|
main :: IO ()
|
|
main = Main.runApp
|