**Installation** ================ We recommend using `stack `_ build tool for installation and building. If you don't have `stack `_ already, follow `these `_ instructions to install it. To setup your own project: 1) Create a project using stack: :: stack new 2) Then add :code:`webapi` to the :code:`extra-deps` section in **stack.yaml** file: :: extra-deps: - webapi-0.3 3) Finally add :code:`webapi` to the :code:`build-depends` section of your **cabal** file. :: build-depends: webapi