/haskell-bazel-nix-template

😱 Haskell with extra Nix and Bazel sauce

Primary LanguageStarlark

Haskell <> Nix <> Bazel

Template for a Haskell application built with Nix and Bazel.

Start by dropping into a Nix shell.

nix-shell

Build it 👷‍♀️

bazel build :main

Run it 🏃

bazel run :main

Hack it 👩‍💻

ghcid

Prof it.