NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.08k stars 14.13k forks source link

building stackage-curator fails #46478

Closed MMesch closed 1 week ago

MMesch commented 6 years ago

Issue description

fails with

Preprocessing library for stackage-curator-0.16.0.0..
Building library for stackage-curator-0.16.0.0..
[ 1 of 22] Compiling Stackage.Types   ( Stackage/Types.hs, dist/build/Stackage/Types.o )

Stackage/Types.hs:401:10: error:
    • No instance for (Semigroup SimpleDesc)
        arising from the superclasses of an instance declaration
    • In the instance declaration for ‘Monoid SimpleDesc’
    |
401 | instance Monoid SimpleDesc where
    |          ^^^^^^^^^^^^^^^^^
builder for '/nix/store/2ljfpa2ci5yp8s10s01g0x5bz7y5zvwa-stackage-curator-0.16.0.0.drv' failed with exit code 1
error: build of '/nix/store/2ljfpa2ci5yp8s10s01g0x5bz7y5zvwa-stackage-curator-0.16.0.0.drv' failed

(full log)

Steps to reproduce

nix-build -A haskellPackages.stackage-curator '<nixpkgs>'

Technical details

Please run nix-shell -p nix-info --run "nix-info -m" and paste the results.

 - system: `"x86_64-linux"`
 - host os: `Linux 4.15.0-33-generic, Ubuntu, 16.04.5 LTS (Xenial Xerus)`
 - multi-user?: `no`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.0.4`
 - channels(matto): `"nixpkgs"`
 - nixpkgs: `/home/matto/.nix-defexpr/channels/nixpkgs
stale[bot] commented 4 years ago

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.
FliegendeWurst commented 1 week ago

That tool was deprecated in favor of https://github.com/commercialhaskell/curator/