packages feed

futhark-0.22.2: src/main.hs

-- | The *actual* @futhark@ command line program, as seen by cabal.
module Main (main) where

import Futhark.CLI.Main qualified

-- | This is the main function.
main :: IO ()
main = Futhark.CLI.Main.main