1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-26 14:43:53 +03:00
applied-fp-course/level03
2017-09-12 13:41:26 +10:00
..
bin Fix project restructure 2017-08-14 16:48:34 +10:00
src/FirstApp Added -fwarn-missing-import-lists to GHC options. Fixed resulting errors 2017-09-12 13:28:27 +10:00
tests Rebuilt Conf File Read Handling 2017-09-12 11:21:27 +10:00
appconfig.json Updated third exercise. 2017-08-10 16:11:27 +10:00
changelog.md change changelog files to lowercase 2017-09-01 11:17:26 +10:00
default.nix Rebuilt Conf File Read Handling 2017-09-12 11:21:27 +10:00
level03.cabal Merge branch 'master' of gitlab.com:qfpl/applied-fp-course 2017-09-12 13:41:26 +10:00
LICENCE update copyright notice 2017-09-12 11:51:26 +10:00
README.md Documentation updates. Removed some comments 2017-09-06 10:15:24 +10:00
Setup.hs Added third stage exercise 2017-08-09 15:59:16 +10:00
shell.nix Added third stage exercise 2017-08-09 15:59:16 +10:00

Level 03

In this exercise we build some configuration capabilities into our application.

This exercise will require a combination of building the right types to guide your development, plus consulting plenty of documentation to leverage the chosen packages. There may also be, depending on your level of interest, some external reading for later as well.

Start in src/FirstApp/Conf.hs.

The packages we will use for this are: