This is a small project to brush up on Haskell after not using it for some time. It allows you to search all files in a given folder, looking for specific words and showing the lines containing them.
The project is built using Stack. The actual code can be found in ./src/Main.hs.