mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-03-17 10:26:45 +01:00
6 lines
83 B
Haskell
6 lines
83 B
Haskell
import Prelude (IO)
|
|
import Application (appMain)
|
|
|
|
main :: IO ()
|
|
main = appMain
|