Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hyper-haskell: 0.1.0.2 -> 0.2.1.0 #44874

Closed
wants to merge 1 commit into from

Conversation

vaibhavsagar
Copy link
Member

@vaibhavsagar vaibhavsagar commented Aug 10, 2018

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

@xeji
Copy link
Contributor

xeji commented Aug 10, 2018

@GrahamcOfBorg build hyper-haskell

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: hyper-haskell

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: hyper-haskell

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: hyper-haskell

Partial log (click to expand)

  defaultMainHelper, called at libraries/Cabal/Cabal/Distribution/Simple.hs:115:27 in Cabal-2.2.0.1:Distribution.Simple
  defaultMain, called at Setup.hs:2:8 in main:Main
Setup: Encountered missing dependencies:
aeson >=0.7 && <0.10 || ==0.11.* || >=1.0 && <1.3

builder for '/nix/store/vax81vsz05dd82a2d5aflvmis3fcwpvp-hyper-haskell-server-0.2.1.0.drv' failed with exit code 1
cannot build derivation '/nix/store/jxngnrap7ygc3fcx6fdcqf0ggy82bgpb-ghc-8.4.3-with-packages.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/pa8q21hfl6b7kpp8qb6589s160aghlg2-hyper-haskell-server-with-packages-8.4.3.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/alpgz1cdvc8sfq33pziws9j0msm800ds-hyper-haskell-0.2.1.0.drv': 1 dependencies couldn't be built
error: build of '/nix/store/alpgz1cdvc8sfq33pziws9j0msm800ds-hyper-haskell-0.2.1.0.drv' failed

@xeji
Copy link
Contributor

xeji commented Aug 10, 2018

Doesn't build, missing dependency.

@vaibhavsagar
Copy link
Member Author

The bounds on aeson are too restrictive, should I use doJailbreak here?

@mpickering
Copy link
Contributor

That might work but I'm not sure it would. You could add the correct version of aeson to this list, https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/configuration-hackage2nix.yaml#L2370 and then when the packages are regenerated use that package explicitly { aeson = aeson_1_2_4_0 }.

@peti
Copy link
Member

peti commented Nov 18, 2018

@vaibhavsagar, do you still wish to pursue this PR?

You should probably report the over-specified constraints upstream so that they can fix them.

@ryantm
Copy link
Member

ryantm commented Feb 24, 2019

Closing due to lack of response. Feel free to reopen later!

@ryantm ryantm closed this Feb 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants