haskellPackages.science-constants-dimensional: patch dependency requirements
dimensional<=1.3 -> 1.4 https://hackage.haskell.org/package/dimensional-1.4/changelog Looks safe to loosen package dependency requirements https://github.com/enomsg/science-constants-dimensional/pull/1 ZHF: #122042
This commit is contained in:
parent
e37a0ebc85
commit
ccde7caf97
@ -1901,4 +1901,12 @@ self: super: {
|
||||
sha256 = "10npa8nh2413n6p6qld795qfkbld08icm02bspmk93y0kabpgmgm";
|
||||
});
|
||||
|
||||
# Too strict bounds on ref-tf
|
||||
# https://github.com/travitch/haggle/issues/4
|
||||
haggle = doJailbreak super.haggle;
|
||||
|
||||
# Too strict bounds on dimensional
|
||||
# https://github.com/enomsg/science-constants-dimensional/pull/1
|
||||
science-constants-dimensional = doJailbreak super.science-constants-dimensional;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
Loading…
Reference in New Issue
Block a user