Skip to content

Pineapplebun/haskell-first-principles

Repository files navigation

Haskell First Principles Exercises

Setup

hpack to reload cabal file when changing the package.yaml.

stack ghci --no-load to run without and modules.

stack ghci runs all modules in src with main.

To add a new package, edit the package.yaml file dependencies and then run hpack.

About

Solutions to Haskell First Principles Book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published