MasseR / mordor-interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the interview scaffold for the Mordor team at RELEX Oy.

We have tried to incorporate all the main ways of using Haskell, cabal, stack and nix.

The interviewee should receive a link to this repository together with the problem statement.

Using Nix

$ nix-shell --run $SHELL
$ cabal build

Using Cabal

$ cabal build

Using stack

$ stack build

Rules

  • Don't remove/disable the tests
  • Follow the problem statement
  • Pretty much everything else is up to the interviewee, refactor code, modify cabal, add tests etc.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 74.5%Language:Nix 25.5%