Skip to content

snap-ci-examples/Snap-haskell-support

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Snap-haskell-support

Run Haskell helloworld code on Snap-CI

For example, I have created a sample file "helloworld.hs" which has below code

main = putStrLn "hello, world"

Once you have Haskell code added, you can add the repo to Snap-CI and can follow below steps to install Haskell and run your helloworld file on Snap-CI:

sudo yum install epel-release

sudo yum install -y haskell-platform

ghc --make helloworld

./helloworld

About

Run Haskell helloworld code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%