Skip to content

Error overriding library #80

@billksun

Description

@billksun

I tried to follow the instructions for overriding library versions here: https://srid.ca/haskell-template/dependency

However, I am getting the following error:

error: attribute 'callCabal2Nix' missing

       at /nix/store/pf28nmzgqjy7sarx5rlhay83jharcrm0-source/flake.nix:30:34:

           29|           overrides = self: super: with pkgs.haskell.lib; {
           30|             ihp-hsx = dontCheck (self.callCabal2Nix "ihp-hsx" inputs.ihp-hsx {});
             |                                  ^
           31|           };
       Did you mean callCabal2nix?
(use '--show-trace' to show detailed location information)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions