epogrebnyak / haskell-intro

Seven classes on Haskell and a follow-up reading list
http://tinyurl.com/haskell-intro
53 stars 6 forks source link

build tools attempts #33

Open epogrebnyak opened 4 years ago

epogrebnyak commented 4 years ago

cabal

cabal install Cabal cabal-install
cabal update

stack

stack new my-project
cd my-project
stack setup
stack build
stack exec my-project-exe
epogrebnyak commented 4 years ago

WSL is back with Windows update:

GHC on Windows:

Network package:

epogrebnyak commented 4 years ago

Attempted code: fbf4f101db9284c165e41668b594b6666292362a

epogrebnyak commented 4 years ago