forked from mirrors/nixpkgs
haskellPackages.dataenc: jailbreak
Relaxes overly strict bounds on base (3 > && < 4.8). The dataenc
package is unmaintained so there is no corresponding upstream issue.
(cherry picked from commit 31f8367c67
)
This commit is contained in:
parent
c859ea0821
commit
300c3502c7
|
@ -1024,4 +1024,8 @@ self: super: {
|
||||||
# https://github.com/vshabanov/HsOpenSSL/issues/11
|
# https://github.com/vshabanov/HsOpenSSL/issues/11
|
||||||
HsOpenSSL = doJailbreak super.HsOpenSSL;
|
HsOpenSSL = doJailbreak super.HsOpenSSL;
|
||||||
|
|
||||||
|
# https://hydra.nixos.org/build/42769611/nixlog/1/raw
|
||||||
|
# note: the library is unmaintained, no upstream issue
|
||||||
|
dataenc = doJailbreak super.dataenc;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue