Skip to content

neolee/learn-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playground for learning Haskell (with Emacs and haskell-mode).

cabal init
touch README.md
touch LICENSE
cabal sandbox init

perl -p -i -e 's/^.*main-is.*$/  main-is: Main.hs/' learn-haskell.cabal
echo 'main = putStrLn "Hello world!"' > Main.hs

cabal install
.cabal-sandbox/bin/learn-haskell

About

Playground for learning Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published