/write-yourself-a-scheme-in-48-hours

This seems like many more than just 48 hours

Primary LanguageHaskellISC LicenseISC


Going through Write Yourself a Scheme in 48 Hours

Not all dependencies may be specified in the cabal file

ghc-ing stuff: do it with the context of cabal, using:

cabal exec -- ghc -o <outputName> <pathToFile>