Bachelor Thesis Source Repository
This repository contains the LaTeX sources for what will become my bachelor thesis.
You can download the sources and build it, but if you only wish to look at the paper itself you can simply refer to the prebuilt versions in built/<version>
.
Building
Because I like Haskell and I've always wanted to try the build system shake
building this requires the following programs be installed:
- A LaTeX distribution including
latexmk
- The Haskell tool
stack
The libraries used are automatically installed by stack if you run stack install
.
You can then build the thesis by running bt
.
Preview
There is a preview of the compiled thesis pdf provided by the GitLab CI server. You can click on the latest (successful) build and use the download artefacts button.
Timetable
- Begin working period: 31. May 2016
- Status presentation: Mid July 2016
- End working period: 21. August 2016
Notes
- lint using this https://github.com/btford/write-good
- What does GHC8 do to our generated applicative code?