Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 505 Bytes

File metadata and controls

13 lines (9 loc) · 505 Bytes

Tech Team Haskell Trial

This is a simple Scotty application to help us evaluate potential Haskell developers. It implements a HTTP API with a single endpoint which returns shipping rates for a given country.

Setup

Clone the repo (please don't fork it), and then you can use:

  • cabal build/cabal run tech-team-haskell-trial/cabal test directly, provided you have zlib and pkg-config installed;
  • nix develop, then cabal build/cabal run