1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-26 14:43:53 +03:00

Update README.md to reflect current level content

This commit is contained in:
Thiago Campezzi 2018-02-01 16:41:22 +11:00 committed by GitHub
parent b27f70d371
commit f1f1f22c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,9 +90,9 @@ what the goal is for that specific level.
* Level 01 : Simple Hello World web app.
* Level 02 : Define our application spec with types!
* Level 03 : Add some flexible configuration
* Level 04 : Testing & Tools (hspec & ghcid)
* Level 05 : Database layer (sqlite-simple)
* Level 03 : Testing & Tools (hspec & ghcid)
* Level 04 : Database layer (sqlite-simple)
* Level 05 : Add some flexible configuration
* Level 06 : ReaderT & Refactoring
* Level 07 : ExceptT & Refactoring