Getting Started with Haskell on Fedora

Posted by bob on Jun 24, 2020 4:47 PM EDT
Fedora Magazine
Mail this story
Print this story

$ sudo dnf install -y ghc $ ghc --version The Glorious Glasgow Haskell Compilation System, version 8.6.5 main = putStrLn ("Hello, World!") $ runhaskell main.hs Hello, World! $ ghc main.hs [1 of 1] Compiling Main ( main.hs, main.o ) Linking main ... $ ./main Hello, World! $ ghci Prelude> :load main.hs [1 of 1] Compiling […]

Full Story

  Nav
» Read more about: Groups: Fedora; Story Type: News Story

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.