Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 697 Bytes

README.cabal.md

File metadata and controls

23 lines (14 loc) · 697 Bytes

Alternative Quick Start using cabal

In case you have problems with stack, here is a more old-fashioned way to work with the exercises.

  1. Install The Haskell Platform

  2. Download dpendencies and check that you can run the tests:

     $ cabal sandbox init
     $ cabal exec runhaskell W0Test.hs

    This should print Everything seems to be OK!. If you see any errors, you might not have a problem with your Haskell installation.

  3. Generate the exercise templates (files W*.hs):

     $ make
  4. Now you can edit W1.hs and see how well you did by running

     $ cabal exec runhaskell W1Test.hs