-
Notifications
You must be signed in to change notification settings - Fork 251
Closed
Labels
Description
I am trying out Haskell.nix
here. It's not clear to me how to add a missing dependency of cabal projects which are not yet published on hackage
. When I run
nix-build -A monadic-party2019.components.library
error: attribute 'typed-protocols' missing, at /home/marcin/repos/coot/monadic-party-2019/.plan
.nix/monadic-party2019.nix:26:12
typed-protocols
is missing, and my question is how to add it to the pkg set?
I followed these instructions to create default.nix
, and pkgs.nix
file from a plan.json
created by cabal
.