Skip to content

Instantly share code, notes, and snippets.

@hsjoihs
Created February 14, 2017 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsjoihs/4eddea692f5c8d32784c86fed0419410 to your computer and use it in GitHub Desktop.
Save hsjoihs/4eddea692f5c8d32784c86fed0419410 to your computer and use it in GitHub Desktop.
tmp
install : ccsc ccsrc
ccsc : ghc
ghc --make ccsc -o ccsc && chmod 755 ccsc
ccsrc : ghc
ghc --make ccsrc -o ccsrc && chmod 755 ccsrc
ghc :
sudo apt-get install haskell-platform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment