Code for the Bazel Haskell tutorial.
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