Skip to content

johan1a/haskell-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Haskell-Go

How to build:

cabal sandbox init                   # Initialise the sandbox
cabal update
cabal install happy                  # TODO necessary?
cabal install alex
cabal install MissingH
cabal install directory
cabal install 			                 # Install dependencies into the sandbox
cabal build                          # Build your package inside the sandbox

How to run:

./dist/build/gho/gho <file>.go

How to run tests:

cabal install --enable-tests --only-dependencies
cabal test`

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published