mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
6 lines
83 B
Haskell
6 lines
83 B
Haskell
import Prelude (IO)
|
|
import Application (appMain)
|
|
|
|
main :: IO ()
|
|
main = appMain
|