Skip to content

dhall-json_1_2_0: fix dependencies#42268

Merged
peti merged 1 commit intoNixOS:masterfrom
philandstuff:fix-dhall-json-1.2.0-deps
Jun 22, 2018
Merged

dhall-json_1_2_0: fix dependencies#42268
peti merged 1 commit intoNixOS:masterfrom
philandstuff:fix-dhall-json-1.2.0-deps

Conversation

@philandstuff
Copy link
Contributor

@philandstuff philandstuff commented Jun 19, 2018

dhall-json 1.2.0 requires dhall's version to be at least 1.14.0 and less
than 1.15.0. The package wasn't building for me because dhall is at
version 1.11.1; pinning to dhall_1_14_0 fixed it.

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/)
  • Fits CONTRIBUTING.md.

dhall-json 1.2.0 requires dhall's version to be at least 1.14.0 and less
than 1.15.0.  The package wasn't building for me because `dhall` is at
version 1.11.1; pinning to `dhall_1_14_0` fixed it.
@philandstuff philandstuff requested a review from peti as a code owner June 19, 2018 19:35
@GrahamcOfBorg GrahamcOfBorg added 6.topic: haskell General-purpose, statically typed, purely functional programming language 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels Jun 19, 2018
@peti peti merged commit 5cb4cdf into NixOS:master Jun 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: haskell General-purpose, statically typed, purely functional programming language 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants