Skip to content

Latest commit

 

History

History

tutorial

Tutorial code

Code for the Bazel Haskell tutorial.

Tutorial Workspace

Build everything in the tutorial workspace with;

$ bazel build //...

Show everything in the tutorial;

$ bazel query //...
//main:demorgan
//main:base
//lib:booleans

Build and run the tutorial example;

$ bazel build //lib:booleans
$ bazel build //main:demorgan
$ bazel run //main:demorgan