stack-2.13.1: app/Main.hs
{-# LANGUAGE NoImplicitPrelude #-}
module Main
( main
) where
import RIO ( IO )
import qualified Stack
-- | The entry point for the Stack executable.
main :: IO ()
main = Stack.main
{-# LANGUAGE NoImplicitPrelude #-}
module Main
( main
) where
import RIO ( IO )
import qualified Stack
-- | The entry point for the Stack executable.
main :: IO ()
main = Stack.main