small example project
A demo layout for Haskell projects.
Makefile ├── README.md ├── benchmarks │ ├── Main.hs │ └── Math │ └── RPN.hs ├── rpn.cabal ├── src │ ├── Main.hs │ └── Math │ └── RPN.hs └── tests ├── Main.hs └── Math └── RPN.hs
Check out the Makefile.