File: Main.hs

package info (click to toggle)
haskell-stack 3.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,144 kB
  • sloc: haskell: 38,070; makefile: 6; ansic: 5
file content (12 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
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