Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.06 KB

File metadata and controls

32 lines (18 loc) · 1.06 KB

Build Status Dakka: thesis Dakka: presentation

Dakka

A dependently typed actor framework for haskell.

Build

nix build

Build thesis

nix build -f thesis

To include the current date and hashes for the current HEAD of master run:

nix build -f thesis \
  --arg date "$(date +\"%Y-%m-%d\")" \
  --argstr commit "$(curl https://api.github.com/repos/chisui/dakka/git/refs/heads/master)" \
  --argstr sha256 "$(nix-prefetch-url --unpack https://github.com/chisui/dakka/archive/master.tar.gz)"

Check out a build pdf version of the current master version here.

Build presentation

nix build -f presentation

Checkout a build version of the current master version here.