1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-12-02 08:53:20 +03:00
applied-fp-course/level03
2017-09-05 16:13:38 +10:00
..
bin Fix project restructure 2017-08-14 16:48:34 +10:00
src/FirstApp Wording/formatting updates 2017-09-05 16:13:38 +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 Updated third exercise. 2017-08-10 16:11:27 +10:00
level03.cabal Updated layout of cabal files. Turned off some warnings for unused matches 2017-09-04 11:35:33 +10:00
LICENSE Added third stage exercise 2017-08-09 15:59:16 +10:00
README.md Add some more guidance. 2017-08-31 11:31:08 +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.