File: Main.hs

package info (click to toggle)
haskell-stack 2.15.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,568 kB
  • sloc: haskell: 37,057; makefile: 6; ansic: 5
file content (12 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
{-# LANGUAGE NoImplicitPrelude #-}

module Main
  ( main
  ) where

import           RIO ( IO )
import qualified Stack

-- | The entry point for the Stack executable.
main :: IO ()
main = Stack.main