Minimal example package.yaml to reproduce: ``` name: haskell-nix-minimal version: 22 dependencies: - aeson library: source-dirs: - library ``` or clone this [repo on the try-snack branch](https://github.com/codygman/haskell-nix-min-repro/tree/try-snack) and run `snack build` inside of `nix-shell`.